Skip to main content
The Schedules page of the DB Console provides details about the scheduled tasks performed by your cluster. These can include:
To view these details, and click Schedules in the left-hand navigation.

Filter schedules

  • Use the Status menu to filter schedules by schedule status, displaying all schedules, only active schedules, or only paused schedules.
  • Use the Show menu to toggle displaying the latest 50 schedules or all schedules on the cluster.

Schedules list

Use the Schedules list to see your active and paused schedules.
  • To view schedule details click the schedule ID.
  • If you drop a schedule, it will no longer be listed.
The following screenshot shows a list of backups and automated statistics compaction schedules: Schedules Page UI in the DB Console showing a list of schedules

Schedule details

Click on a schedule ID to view the full SQL statement that the schedule runs. For example, the following screenshot shows the resulting statement for a full cluster backup recurring every day: UI for each individual schedule ID displaying the CREATE SCHEDULE SQL statement You may also view a protected_timestamp_record on this page. This indicates that the schedule is actively managing its own records independently of . See for more detail.

See also