Restore an index
You can restore a serverless index by creating a new index from a backup.
Create a serverless index from a backup
Serverless index backups are in public preview and available only on Standard and Enterprise plans.
You can create a new serverless index from a backup. The new index can differ from the source index in name, but it must be created in the same cloud provider and region, and have the same dimensions and similarity metric as the source index. The new index is queryable and writable. You cannot create a pod-based index from a backup of a serverless index.
To create a serverless index from a backup, provide the backup_id
parameter containing the ID of the backup from which you wish to create an index:
The example returns a response like the following:
You can create a serverless index from a backup using the Pinecone console.
Create a serverless index from a collection
You can migrate a pod-based index to serverless by creating a new serverless index from a collection. For more information, see Migrate a pod-based index to serverless.
List restore jobs
You can list all restore jobs, as in the following example:
The example returns a response like the following:
View restore job details
You can view the details of a specific restore job, as in the following example:
The example returns a response like the following:
Was this page helpful?