Trigger a pipeline run
POST/pipelines/:id/runs
Creates a queued Run for the pipeline's current version (identified by id) and enqueues a pipeline_run task for the worker to execute. The run is returned immediately in the queued state; poll GET /api/v1/runs/{id} for status transitions.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
Accepted
Bad request (no current version)
Unauthorized
Forbidden
Pipeline not found
Internal server error