curl https://better-dodo-20522-us1-vector.upstash.io/reset \ -d '' -H "Authorization: Bearer YOUR_TOKEN"
{ "result" : "Success" }
This endpoint deletes all vectors and all state belonging to the index.
The index will be completely empty after /reset is called.
/reset
This request doesn’t require any additional data.
Returns "Success" on successful reset operation.
"Success"
Was this page helpful?