Activate Pipeline
POST/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/activate
Activates the pipeline.
Request
Responses
- 204
- 403
- 404
- 409
- 422
- 424
The pipeline was successfully activated. This may take a couple of minutes to take effect.
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?