Deploy Index
POST/api/v1/workspaces/:workspace_name/indexes/:index_name/deploy
Deploys a pipeline index to deepset.
Request
Responses
- 200
- 400
- 404
- 422
- 424
Successful Response
Enabling the pipeline index failed because the pipeline index is not valid. Check the index configuration or choose a valid index.
The index was not found in the workspace.
Validation Error
The model referenced in the pipeline index was not found, so the index was not created. Ensure the model exists.
Was this page helpful?