Skip to main content
POST
/
v2
/
vector
/
index
/
{id}
/
rename
curl -X POST \
  https://api.upstash.com/v2/vector/index/14841111-b834-4788-925c-04ab156d1123/rename \
  -u 'EMAIL:API_KEY' \
  -d '{"name":"myindex"}'
"OK"

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Request Parameters

id
string
required
The unique ID of the index to be deleted.
name
string
required
The new name of the index.

Response Parameters

"OK" on successfull deletion operation.
curl -X POST \
  https://api.upstash.com/v2/vector/index/14841111-b834-4788-925c-04ab156d1123/rename \
  -u 'EMAIL:API_KEY' \
  -d '{"name":"myindex"}'
"OK"