Back up an index
This page describes how to create a static copy of a serverless index, also known as a backup.
Serverless index backups are in public preview and available only on Standard and Enterprise plans.
Create a backup
You can create a backup from a serverless index, as in the following example:
The example returns a response like the following:
You can create a backup using the Pinecone console.
View all backups for an index
You can view all backups for an index, as in the following example:
The example returns a response like the following:
View all backups in a project
You can view backups for all indexes in a project, as in the following example:
The example returns a response like the following:
You can view all backups in a project using the Pinecone console.
View backup details
You can view the details of a backup, as in the following example:
The example returns a response like the following:
You can view backup details using the Pinecone console.
Delete a backup
You can delete a backup, as in the following example:
You can delete a backup using the Pinecone console.
Was this page helpful?