delete_cron_job
Remove an existing cron job from pfSense permanently by specifying its job ID. Includes safety confirm and dry-run options to prevent accidental deletion.
Instructions
Delete a cron job by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Cron job ID (from search_cron_jobs) | |
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||