Skip to main content
DELETE
/
reset
/
{namespace}
curl $UPSTASH_VECTOR_REST_URL/reset \
  -X DELETE \
  -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN"
{
    "result": "Success"
}

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The namespace will be completely empty after /reset is called, but will not be deleted.
Reset operation will be performed against the default namespace by default. You can use a different namespace by specifying it in the request path.

Request

This request doesn’t require any additional data.

Query

all
string
When given, resets all namespaces of an index.

Path

namespace
string
default:""
The namespace to use. When no namespace is specified, the default namespace will be used.

Response

result
string
"Success" string.
curl $UPSTASH_VECTOR_REST_URL/reset \
  -X DELETE \
  -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN"
{
    "result": "Success"
}