airflow-rest-api-plugin
airflow-rest-api-plugin copied to clipboard
delete_dag API Missing
delete_dag was added in airflow 1.10 but its not supported by plugin.
delete_dag
Delete all DB records related to the specified DAG
airflow delete_dag [-h] [-y] dag_id
Positional Arguments
dag_id
The id of the dag
Named Arguments
-y, --yes
Do not prompt to confirm reset. Use with care!
Default: False