Update Pipeline
PATCH/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name
Updates the pipeline name, service level (development or production), or status.
Search users have permission to change pipeline status only.
Request
Responses
- 204
- 400
- 403
- 404
- 409
- 422
- 424
The pipeline was successfully renamed.
The pipeline name is invalid. Make sure the name only contains valid characters.
You don't have permission to update this pipeline.
We couldn't find the pipeline you specified. Make sure the name is correct and the pipeline exists in the workspace you specified.
Pipeline with the same name already exists, you're trying to activate an undeployed pipeline or you're trying to change the pipeline service level of an undeployed pipeline.
Validation Error
We could not activate the pipeline because the linked index was not found. Please check if the index exists and is linked to the pipeline.
Was this page helpful?