delete_schedule_time_range
Remove a time range from a firewall schedule by ID. Includes dry-run and confirmation safeguards for this irreversible operation.
Instructions
Delete a time range from a firewall schedule by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| time_range_id | Yes | Time range ID (from search_schedule_time_ranges) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||