Change Pipeline State
Changes the state of an existing pipeline.
You can either start/resume a pipeline by setting state
to "running"
or pause it by setting state
to "paused"
. You can also update the pipeline to a specific configuration by providing the deployed_configuration_id
.
Request Body (JSON):
CURL Example:
Response Body (JSON):
Last updated