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>"
}'komrad rpc archive-schedule \
--id <string>{
"name": "archive_schedule",
"arguments": {
"id": "<id>"
}
}Offered by the komrad MCP server to orchestrator agents.
Request#
ArchiveScheduleRequest#
| Field | Type | Description |
|---|---|---|
id | string | Which schedule to hide, leaving the agents it already launched running. required |
Response#
Empty#
No fields.