Get startedSign in

Trigger a pipeline run

POST/v1/api/cd/pipelines/{id}/trigger

Creates a new pipeline context to trigger a pipeline run. The context data flows through stages and can be used for PR automations.

Parameters
Responses
ParameterTypeDescription
idrequiredstring
contextrequiredobjectArbitrary key-value data map to pass through the pipeline for PR automations
Response samples
200
{
  "context": {},
  "id": "string",
  "inserted_at": "string",
  "pipeline_id": "string",
  "updated_at": "string"
}