Create Index
POST/api/v1/workspaces/:workspace_name/indexes
Creates a new pipeline index.
Request
Responses
- 201
- 402
- 409
- 422
Successful Response
You've reached the maximum number of indexes for your organization. Delete an existing index to create a new one.
An index with this name already exists in your workspace. Choose a unique name for your index.
Invalid request body or invalid index configuration.
Was this page helpful?