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