Skip to main content
 print this page

Stop or resume a data pipeline execution

PUT 

/data-pipelines/:id/executions/:executionid

Requires editor access and query operation=stop|resume (IPV-1051 if missing, IPV-1041 if invalid). stop is allowed only when ExecutionStatus is RUNNING (DP-1012 otherwise) and returns Message "Successfully stopped the data pipeline". resume requires a body NodeNames array (GE-1001 if empty), matching Graph (DP-1015), and at least one named node that ran (DP-1016). Resume is blocked for RUNNING/STOPPING (DP-1012). Resume success includes a new ExecutionId.

Request

Responses

StopDataPipelineExecutionResponse or ResumeDataPipelineExecutionResponse.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers