MCP Server for Apache Airflow

unpause_dag

Unpause a DAG

Input Schema

NameRequiredDescriptionDefault
dag_idYesThe ID of the DAG to unpause

Input Schema (JSON Schema)

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