POST
/
v2
/
vector
/
index
/
{id}
/
reset-password
curl --request POST \
  --url https://api.upstash.com/v2/vector/index/{id}/reset-password \
  --header 'Authorization: Basic <encoded-value>'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Path Parameters

id
string
required

The unique ID of the index to reset the password for.

Example:

"14841111-b834-4788-925c-04ab156d1123"

Response

200 - text/plain

Password reset successful

The response is of type string.