airflow-mcp-server

by abhishekbhakat
Verified

post_clear_task_instances

post_clear_task_instances

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
dry_runNo
end_dateNo
include_downstreamNo
include_futureNo
include_parentdagNo
include_pastNo
include_subdagsNo
include_upstreamNo
only_failedNo
only_runningNo
reset_dag_runsNo
start_dateNo
task_idsNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "dag_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Run Id" }, "dry_run": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Dry Run" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "include_downstream": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Downstream" }, "include_future": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Future" }, "include_parentdag": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Parentdag" }, "include_past": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Past" }, "include_subdags": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Subdags" }, "include_upstream": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Upstream" }, "only_failed": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Only Failed" }, "only_running": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Only Running" }, "reset_dag_runs": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Reset Dag Runs" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "task_ids": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Task Ids" } }, "title": "post_clear_task_instances_input", "type": "object" }