Update Index
PATCH/api/v1/workspaces/:workspace_name/indexes/:index_name
Updates specific fields of a pipeline index. Only description can be updated while the index is deployed. To update name or config_yaml, the index must be undeployed.
Request
Responses
- 200
- 404
- 409
- 422
Successful Response
Index or workspace not found
Cannot update 'name' or 'config_yaml' of a deployed pipeline index, or the index name already exists.
Invalid request body or invalid index configuration.
Was this page helpful?