openclaw_cron_run
Execute an OpenClaw cron job on demand by specifying its unique id.
Instructions
Trigger an immediate run of a specific OpenClaw cron job by id. Wraps cron.run.
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. |