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"

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"