Skip to main content
POST
This endpoint requires X-Pinecone-API-Version: unstable.
Create a recurring backup schedule for an index. Backups are created automatically based on the specified frequency and expired according to the retention policy. Each index supports one active schedule at a time.

Path parameters

string
required
The name of the index to create a backup schedule for.

Body parameters

string
required
A human-readable name for the backup schedule. Backups created by the schedule are automatically named {name}-{ISO8601_timestamp}.
object
required
The schedule configuration.
object
required
The retention policy for backups created by this schedule.

Error responses