v51

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

Reject a waiting step in a sub DAG-run

Rejects a step that is in Waiting status within a sub DAG-run, optionally providing a reason for rejection

post/dag-runs/{name}/{dagRunId}/sub-dag-runs/{subDAGRunId}/steps/{stepName}/reject

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

subDAGRunIdstring required

ID of the sub DAG-run containing the step to reject

stepNamestring required

name of the step

Query parameters

remoteNodestring

name of the remote node

Request body

reasonstring

Optional reason for rejecting the step

Response

Step rejected successfully

dagRunIdstring required

The DAG run ID

stepNamestring required

The rejected step name