Vector

Reset Index Passwords

This endpoint is used to reset regular and readonly tokens of an index.

POST/v2/vector/index/{id}/reset-password
cURL
curl --request POST \
  --url https://api.upstash.com/v2/vector/index/{id}/reset-password \
  --header 'Authorization: Bearer <token>'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

The unique ID of the index to reset the password for

Response

200 — Index passwords reset successfully

Loading search…