Skip to main content

RestartPipelineRun rewinds the run to the given stage key, clearing every action that materialised at or after that stage along with the variables they produced. Actions are re-materialised and the run resumes from `from_stage_key`. Restartable from any status; terminal runs become `running` again.

POST 

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

Errors:

  • NOT_FOUND: run does not exist (ErrPipelineRunNotFound).
  • INVALID_ARGUMENT: from_stage_key is empty or does not match any stage in the run's definition snapshot (ErrPipelineStageUnknown).

Request

Responses

A successful response.