dag-runs
Reschedule DAG-run with a new run ID
Launch a fresh DAG-run from a historic execution while reusing its stored parameters.
post/dag-runs/{name}/{dagRunId}/reschedule
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
Example request
{
"dagRunId": "latest"
}Response
Successfully scheduled a new DAG-run
Example response
{
"dagRunId": "latest"
}