Deploy Pipeline
POST/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/deploy
Deploys a pipeline in deepset.
Request
Responses
- 200
- 400
- 404
- 422
Successful Response
The pipeline configuration is incorrect or the pipeline references disabled indexes. Ensure the pipeline configuration is valid and and all the connected indexes are enabled.
The pipeline with name '{pipeline_name}' could not be found. Try specifying a different pipeline.
Validation Error
Was this page helpful?