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
- 201
- 400
- 401
- 404
- 502
Run created (and, with wait: true, executed).
The request was malformed or failed validation.
Missing or invalid credentials.
The project, or the referenced orchestration, was not found.
The upstream runtime could not complete the operation.