pause_schedule
Pause a Temporal schedule by its ID, optionally adding a note to document the reason for pausing. Stops future workflow executions until the schedule is resumed.
Instructions
Pause a schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Note explaining why the schedule was paused | |
| schedule_id | Yes | The schedule ID to pause |