Skip to main content
Rebuild Vector Index
curl --request PUT \
  --url https://{api_endpoint}/api/v1/vector-indices/{index_id}/rebuild \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "<string>",
  "task_name": "<string>",
  "status": "unknown",
  "task_obj": "<any>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

index_id
string
required

Response

Successful Response

task_id
string
required
task_name
string
required
status
enum<string>
Available options:
unknown,
started,
completed,
failed
task_obj
any