Skip to main content

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 reset method allows you to clear all documents from a particular index.

Response

'Success' if the database is successfully reset.
const responseReset = await index.reset();
// 'Success'