delete_cron_job
Delete a cron job by providing its index obtained from listing cron jobs.
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 |
|---|---|---|---|
| index | Yes | Index of the job to delete (from list_cron_jobs) | |
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. |