Upstash Documentation

Reset Namespace(s)

Resets one or all namespaces of an index to its initial state by deleting all the vectors.
1 min read
deletehttps://{endpoint}/reset/{namespace}
deletehttps://{endpoint}/reset/{namespace}

The namespace will be completely empty after /reset is called, but will not be deleted.

Tip

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#

allstring#

When given, resets all namespaces of an index.

Path#

namespacestring#

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

Default: ""

Response#

resultstring#

"Success" string.