Vector
Set Index Plan
This endpoint is used to change the plan of an index.
POST
/
v2
/
vector
/
index
/
{id}
/
setplan
Request Parameters
id
string
requiredThe unique ID of the index to be deleted.
target_plan
string
requiredThe new plan for the index.
Response Parameters
"OK"
on successfull deletion operation.
Was this page helpful?