Pause or resume a pipeline by flipping its 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.
PUT only changes the pipeline’s status between running and paused. To edit any other field - name, transforms, destination config - use PATCH.
Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.
The pipeline identifier, prefixed with pipe_.
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.
running, paused