openclaw_cron_remove
Delete an OpenClaw cron job by its id. Removes scheduled tasks from the gateway.
Instructions
Delete an OpenClaw cron job by id. Destructive — confirm before calling. Wraps cron.remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Cron job id | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |