delete_cron_job
Remove scheduled cron jobs from your system using the job index. This operation requires caution and is blocked 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
TableJSON 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) |