Skip to main content
The PAUSE SCHEDULES can be used to pause and . After pausing a schedule, you can resume it with .

Required privileges

The following users can pause a schedule:
  • Members of the . By default, the root user belongs to the admin role.
  • Owners of a backup schedule, i.e., the user that .
  • Owners of a changefeed schedule, i.e., the user that .

Synopsis

pause_schedule syntax diagram

Parameters

ParameterDescription
selectclauseA that returns id(s) to pause.
scheduleIDThe id of the schedule you want to pause, which can be found with .

Examples

Pause a single schedule

Pause multiple schedules

To pause multiple schedules, nest a that retrieves id(s) inside the PAUSE SCHEDULES statement:
In this example, all schedules with the label schedule_database are paused.

See also