Skip to main content

PausePipelineRun freezes a running pipeline. `paused_at` is set; no new actions materialise. Completed actions can still record results, but stage transitions are deferred until ResumePipelineRun.

POST 

/api/v1/crm/pipeline-runs/:id/pause

Errors:

  • NOT_FOUND: run does not exist (ErrPipelineRunNotFound).
  • FAILED_PRECONDITION: run is not in running status (ErrPipelineRunNotActive).

Request

Responses

A successful response.