pause_schedule
Pause a schedule to halt new workflow triggers immediately, and resume it later when ready.
Instructions
Pause a schedule, stopping it from triggering new workflows.
The schedule can be resumed later with resume_schedule.
Args: application_name (string, required): Name of the DBOS application schedule_name (string, required): Name of the schedule to pause
Returns: message (string): Confirmation message schedule_name (string): The paused schedule name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_name | Yes | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||