archive_schedule

Hide a schedule from the panel so it stops firing, keeping its record.

SchedulewritesidempotentMCP tool

The agents it already launched are left alone and keep running, and they still record the schedule that made them. Nothing brings an archived schedule back yet, so this is the end of it in practice.

Calling it#

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

Request#

ArchiveScheduleRequest#

FieldTypeDescription
idstring

Which schedule to hide, leaving the agents it already launched running.

required

Response#

Empty#

No fields.