delete_cron_job
Delete a cron job by its index from the system. Obtain the job index using list_cron_jobs. This operation is dangerous and disabled in safe mode.
Instructions
Delete a cron job. This is a dangerous operation and is blocked in safe mode. Use list_cron_jobs to find the job index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| index | Yes | Index of the job to delete (from list_cron_jobs) |