# Setup Maintenance Windows

You can schedule when device updates and configuration changes are applied. Maintenance windows help you control disruptions by defining specific time periods for automatic updates, keeping your production devices running smoothly during critical hours.

By default, devices have no maintenance windows and all updates are applied immediately.

#### Set up a Maintenance Window

To set up a maintenance window, go to a specific device's dashboard in Deployment Manager. Go to the options menu on the top right and click on "Maintenance Windows".

<figure><img src="/files/kZJXMlQCqVMoYulR2Jwo" alt="" width="151"><figcaption></figcaption></figure>

You can then define maintenance windows for each device based on your operational needs. Choose specific days and times when updates can safely be applied.

Key Options:

* **Timezone** — Set the device's local timezone for accurate scheduling
* **Per-day scheduling** — Configure different windows for each day of the week
* **Same time for all days** — Use a single schedule across multiple days
* **Apply updates immediately** — Bypass maintenance windows when needed

<figure><img src="/files/CX2q5lnInBPeAV9ZOkBY" alt="" width="375"><figcaption></figcaption></figure>

#### Updates Outside of Mainenance Windows

Even if a maintenance window is set, users with access to the Roboflow Deployment Manager in the cloud can still choose to override the maintenance window and apply updates immediately if they so choose.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/deploy/device-manager/setting-up/setup-maintenance-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
