RESUME SCHEDULES can be used to resume :
next_run will be set to the next TIMESTAMP that conforms to the schedule.
Required privileges
The following users can resume a schedule:- Members of the . By default, the
rootuser belongs to theadminrole. - Owners of a backup schedule, i.e., the user that .
- Owners of a changefeed schedule, i.e., the user that .
Synopsis
Parameters
| Parameter | Description |
|---|---|
selectclause | A that returns id(s) to resume. |
scheduleID | The id of the schedule you want to resume, which can be found with . |
Examples
Pause a schedule
Resume a single schedule
Resume multiple schedules
To resume multiple schedules, nest a that retrievesid(s) inside the RESUME SCHEDULES statement:
schedule_database are resumed.

