clear_dag_run
Clear a specific DAG run in Apache Airflow by providing the DAG ID and run ID, enabling users to manage workflow execution directly through the MCP server interface.
Instructions
Clear a DAG run
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dag_run_id | Yes | ||
dry_run | No |