Skip to main content
Glama

MCP-Airflow-API

pause_dag

Pause an Airflow DAG to prevent scheduling new runs, ensuring workflow control. Specify the DAG ID to halt execution and receive confirmation of the paused state.

Instructions

[Tool Role]: Pauses the specified Airflow DAG (prevents scheduling new runs).

Args: dag_id: The DAG ID to pause

Returns: Minimal info about the paused DAG: dag_id, is_paused

Input Schema

NameRequiredDescriptionDefault
dag_idYes

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" } }, "required": [ "dag_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/call518/MCP-Airflow-API'

If you have feedback or need assistance with the MCP directory API, please join our Discord server