Backup schedules
Create backup schedule
Create a recurring backup schedule for an index.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires
X-Pinecone-API-Version: unstable.Path parameters
The name of the index to create a backup schedule for.
Body parameters
A human-readable name for the backup schedule. Backups created by the schedule are automatically named
{name}-{ISO8601_timestamp}.The schedule configuration.
The retention policy for backups created by this schedule.
Error responses
| Status | Description |
|---|---|
| 403 | Scheduled backups are not available for your plan. |
| 404 | Index not found. |
| 409 | This index already has an enabled backup schedule. Disable or delete it first. |