panelica_cron_jobs_post_v1_cron_jobs_id_run
Trigger a cron job immediately by its ID to execute it on demand instead of waiting for its scheduled time.
Instructions
Run cron job now
HTTP: POST /v1/cron-jobs/:id/run Category: Cron Jobs Required scopes: accounts:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |