Backups
Create an index from a backup
Create an index from a backup.
POST
Authorizations
Path Parameters
The ID of the backup to create an index from.
Body
application/json
The desired configuration for the index created from a backup.
The configuration needed to create a Pinecone index from a backup.
The name of the index. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
Required string length:
1 - 45
Example:
"example-index"
Custom user tags added to an index. Keys must be 80 characters or less. Values must be 120 characters or less. Keys must be alphanumeric, '', or '-'. Values must be alphanumeric, ';', '@', '', '-', '.', '+', or ' '. To unset a key, set the value to be an empty string.
Example:
{ "tag0": "val0", "tag1": "val1" }
Whether deletion protection is enabled/disabled for the index.
Available options:
disabled
, enabled
Response
202
_mintlify/placeholder
The request to create the index has been accepted.
Was this page helpful?