vibemk_schedule_host_downtime
Schedule maintenance downtime for a host to suppress alerts, with flexible start/end times and recurring options.
Instructions
🔧 Schedule host downtime - Schedule maintenance downtime for a host to suppress alerts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recur | No | Optional recurring pattern: 'hour', 'day', 'week', 'month' | |
| comment | No | Comment describing the reason for downtime. Default: 'Scheduled maintenance' | |
| duration | No | Downtime duration - supports natural language: '2h', '1h30m', '90m' or minutes as integer. Default: 60 | |
| end_time | No | End time - supports natural language: '23:30 today', 'tomorrow at 16:00', 'monday at 17:00', or relative like '+2h'. Optional if duration specified | |
| host_name | Yes | Host name to schedule downtime for | |
| start_time | No | Start time - supports natural language: '22:00 today', 'tomorrow at 14:00', 'monday at 09:00', '2024-08-23 at 22:00', 'in 2 hours', 'now', or ISO format. Default: now |