set_schedule_enabled

Pause or resume one schedule without editing anything else.

SchedulewritesidempotentMCP tool

A paused schedule keeps its record and its history and stops firing.

Calling it#

curl -X POST http://127.0.0.1:8787/schedule.v1.ScheduleService/SetScheduleEnabled \
  -H 'Content-Type: application/json' \
  -d '{
  "id": "<id>"
}'

Request#

SetScheduleEnabledRequest#

FieldTypeDescription
idstring

Which schedule to arm or pause.

required

enabledbool

False to stop it firing while keeping its record and its history.

Response#

Empty#

No fields.