# Snapshot Schedule

The automatic snapshot cadences for a branch. There is exactly one schedule
 per branch (singleton); it is configured in place, not created or deleted.

 Name: projects/{project_id}/branches/{branch_id}/snapshot-schedule

## The SnapshotSchedule object

- [snapshot-schedule/object.md](snapshot-schedule/object.md)

## Endpoints

### Get a Snapshot Schedule

- [GET /api/2.0/postgres/{name=projects/*/branches/*/snapshot-schedule}](get-snapshot-schedule.md)

### Update a Snapshot Schedule

- [PATCH /api/2.0/postgres/{name=projects/*/branches/*/snapshot-schedule}](update-snapshot-schedule.md)

