Skip to main content
POST
/
v2
/
vector
/
index
/
{id}
/
reset-password
curl -X POST \
  https://api.upstash.com/v2/vector/index/14841111-b834-4788-925c-04ab156d1123/reset-password \
  -u 'EMAIL:API_KEY' \
"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 reset the password for..

Response Parameters

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