Manage Indexes
Create an index from a backup
Create an index from a backup.
post/backups/{backup_id}/create-index
Path parameters
backup_idstring required
The ID of the backup to create an index from.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Request body
Example request
{
"name": "example-index",
"tags": {
"tag0": "val0",
"tag1": "val1"
}
}Response
The request to create the index has been accepted.
Example response
{
"restore_job_id": "670e8400-e29b-41d4-a716-446655440000",
"index_id": "123e4567-e89b-12d3-a456-426614174000"
}