MCP Server for Apache Airflow

pause_dag

Pause a specific Directed Acyclic Graph (DAG) in Apache Airflow using its ID, enabling controlled workflow management and system optimization within the MCP Server environment.

Instructions

Pause a DAG

Input Schema

NameRequiredDescriptionDefault
dag_idYesThe ID of the DAG to pause

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "description": "The ID of the DAG to pause", "type": "string" } }, "required": [ "dag_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Apache Airflow

Related Tools

ID: e99b6vx9lw