dag-runs

Terminate or cancel a DAG-run

Forcefully stops a running DAG-run, or cancels a failed root DAG-run that is still pending DAG-level automatic retry.

post/dag-runs/{name}/{dagRunId}/stop

Path parameters

namestring regex required

Name of the DAG

name of the DAG

dagRunIdstring required

Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.

Example:latest

ID of the DAG-run or 'latest' to get the most recent DAG-run

Query parameters

remoteNodestring

name of the remote node

Response

A successful response

Changes

Changed in 3 of the 71 revisions of this API.41

    • added the new conflict enum value to the response property for the response status

      response-property-enum-value-added

    • added the new human_task_resume_failed enum value to the response property for the response status

      response-property-enum-value-added

    • added the new payload_too_large enum value to the response property for the response status

      response-property-enum-value-added

    • added the new rate_limited enum value to the response property for the response status

      response-property-enum-value-added

    • removed the rate_limited enum value from the response property for the response status

      response-property-enum-value-removed

    This revision also has 86 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog