Skip to main content

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

Accepted