> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-vector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Reset

Used to delete every vector in an index.

## Arguments

This method takes no argument.

## Response

`'Success'` if the index is successfully resetted.

<RequestExample>
  ```typescript Basic
  const responseReset = await index.reset();
  // 'Successful'
  ```
</RequestExample>
