Skip to main content

Start an orchestration run

POST 

/v1/projects/:project_id/orchestration-runs

Starts a new run of the orchestration named by orchestration_id, which must belong to this project. By default the run executes durably in the background and this returns immediately with status: "queued"; pass wait: true to block until the run reaches a terminal or awaiting_input state instead.

Request

Responses

Run created (and, with wait: true, executed).