Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

unpause_dag

Resume a paused DAG in Apache Airflow by specifying its ID, enabling scheduled tasks to run as planned. Use this MCP Server tool to manage workflow execution efficiently.

Instructions

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" }

You must be authenticated.

Other Tools from MCP Server for Apache Airflow

Related Tools

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/yangkyeongmo/mcp-server-apache-airflow'

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