> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# cronRun

> Gateway RPC for triggering cron schedules.

Triggers a cron schedule or workflow immediately. Pass `cronId` for an existing schedule, or `workflow` to run one directly; one of the two is required.

* Method: `cronRun`
* Scope: `cron:write`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ cronId?, workflow?, input? }`
* Response: `{ runId, workflow }`

Errors are versioned as `v1` and include `InvalidRequest`, `InvalidInput`, `Unauthorized`, `Forbidden`, `CronNotFound`, and `Internal`.
