create_maintenance_window
Suppress device alerts by creating a maintenance window with a specified start and end time. Ideal for planned maintenance to avoid false alerts.
Instructions
Create a maintenance window for a device to suppress alerts during planned maintenance. The window disables alerting for the specified duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | NinjaOne device ID to put into maintenance | |
| start | Yes | Maintenance window start time as a Unix timestamp (seconds). Use current time for immediate start. | |
| end | Yes | Maintenance window end time as a Unix timestamp (seconds). | |
| disable_alerts | No | Whether to disable alerts during the maintenance window |