airflow dags delete <dag_id>
Delete all DB records related to the specified DAG
Arguments
Name | Description |
---|---|
dag_id | The id of the dag |
Options
Name | Description |
---|---|
-h, --help | Show this help message and exit |
-y, --yes | Do not prompt to confirm. Use with care! |