thruk_delete_active_downtimes
Remove all active downtimes for a host or a specific service. Specify the host name and optionally a service to clear scheduled maintenance periods.
Instructions
Remove ALL currently active downtimes for a host (or one specific service).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| service | No | ||
| backends | No | Comma-separated backend names (sites). Omit for all backends. | |
| retry_on_empty | No | Retry the /downtimes lookup once after a short delay if the first query returns no matches. Works around Naemon's async command pipe (issue #194). Default: True. | |
| retry_delay_seconds | No | Seconds to wait before the retry when retry_on_empty=True. Set to 0 to disable the wait. Default: 2.0. |