> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Maintenance Window

Modify the maintenance window.

## Parameters

<div className="integrations-table">
  | Parameter                             | Description                                                                                                        |
  | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
  | Description                           | Description.                                                                                                       |
  | Effective To                          | Recurrence end. Format UNIX time. Default: equal to `to`. (Only future allowed. Use 1 for the current timestamp.). |
  | From                                  | Initial maintenance window start. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.).       |
  | ID                                    | id of maintenance window.                                                                                          |
  | Recurrence Type                       | Type of recurrence.                                                                                                |
  | Repeat Every                          | Repeat every n-th day/week/month.                                                                                  |
  | To                                    | Initial maintenance window end. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.).         |
  | Transaction Maintenance Separated IDs | Identifiers of transaction checks to assign to the maintenance window - Comma separated Integers.                  |
  | Uptime IOs                            | Identifiers of uptime checks to assign to the maintenance window - Comma separated Integers.                       |
</div>

## Example Output

```json theme={"dark"}
{
	"message": "Maintenance window successfully modified!"
}
```

## Workflow Library Example

[Update Maintenance Window with Pingdom and Send Results Via Email](https://library.blinkops.com/workflows/update-maintenance-window-with-pingdom-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-maintenance-window-with-pingdom-and-send-results-via-email/canvas" />
</div>
