Update a pipeline
Pipeline API
Update a pipeline
Partially update a pipeline.
PATCH
Update a pipeline
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.
- Toggle
statusbetweenrunningandpausedto start or pause a pipeline. - Edit a single entry in
transformswithout disturbing destination credentials. - Rotate a destination password by sending a new
destination_config.
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
Partial update body. Any subset of writeable fields may be supplied. Omit a field to leave it unchanged.
Destination-specific connection details. The accepted keys depend on destination_type. Examples: Postgres uses url, user, password; webhook uses url. On read, secret fields are masked as ****** and must be re-supplied in full on a PUT.
Available options:
, skip, raw Flip between running and paused to start or pause the pipeline.
Available options:
running, paused