panelica_cron_jobs_post_v1_cron_jobs_id_toggle
Toggle a cron job's active state to enable or disable scheduled tasks. Use this to start or stop a cron job without recreating it.
Instructions
Toggle cron job
HTTP: POST /v1/cron-jobs/:id/toggle 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. |