edit_cron_job
Edit an existing cron job by providing its index and modifying only the desired fields.
Instructions
Edit an existing cron job. Use list_cron_jobs to find the job index. Only specify the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | New day of month value | |
| user | No | New user to run as | |
| hours | No | New hours value | |
| index | Yes | Index of the job to edit (from list_cron_jobs) | |
| active | No | New active state | |
| months | No | New month value | |
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| command | No | New command to execute | |
| minutes | No | New minutes value | |
| weekdays | No | New day of week value |