airflow-mcp-server

by abhishekbhakat
Verified

delete_dag

delete_dag

Input Schema

NameRequiredDescriptionDefault
dag_idNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" } }, "title": "delete_dag_input", "type": "object" }