v51

OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
dag-runs

Retry DAG-run execution

Creates a new DAG-run based on a previous execution

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

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

Request body

dagRunIdstring required

ID of the DAG-run to retry

stepNamestring

Optional. If provided, only this step will be retried.

subDAGRunIdstring

Optional. Persisted child DAG-run containing the step. Requires stepName; the path and dagRunId remain the root DAG-run.

Example request

{
  "dagRunId": "latest",
  "subDAGRunId": "latest"
}

Response

A successful response