Set pipeline status
Pipeline API
Set pipeline status
Pause or resume a pipeline by flipping its status.
PUT
Set pipeline status
Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Requires a ServiceKey. See Service Keys.
PUT only changes the pipeline’s status between running and paused. To edit any other field - name, transforms, destination config - use PATCH.
Authorizations
Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.
Path Parameters
The pipeline identifier, prefixed with pipe_.
Body
application/json
Body for PUT /platform/pipeline-api/{pipeline_id}/. Only status is accepted; all other fields are ignored.
Target status. Set to paused to pause a running pipeline, or running to resume a paused one.
Available options:
running, paused