> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/setting-up/setup-maintenance-windows.md).

# Maintenance Windows सेट करें

आप यह शेड्यूल कर सकते हैं कि डिवाइस अपडेट और कॉन्फ़िगरेशन परिवर्तन कब लागू किए जाएँ। Maintenance Windows स्वचालित अपडेट के लिए विशिष्ट समयावधि निर्धारित करके व्यवधानों को नियंत्रित करने में मदद करती हैं, जिससे आपके production devices महत्वपूर्ण घंटों के दौरान सुचारू रूप से चलते रहें।

डिफ़ॉल्ट रूप से, डिवाइसों के लिए कोई Maintenance Windows नहीं होतीं और सभी अपडेट तुरंत लागू किए जाते हैं।

#### Maintenance Window सेट करें

Maintenance window सेट अप करने के लिए, Deployment Manager में किसी विशिष्ट डिवाइस के dashboard पर जाएँ। ऊपर दाईं ओर विकल्प मेनू पर जाएँ और "Maintenance Windows" पर क्लिक करें।

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

इसके बाद आप अपनी operational जरूरतों के आधार पर प्रत्येक डिवाइस के लिए maintenance windows निर्धारित कर सकते हैं। ऐसे विशिष्ट दिन और समय चुनें जब अपडेट सुरक्षित रूप से लागू किए जा सकें।

मुख्य विकल्प:

* **समय क्षेत्र** — सटीक शेड्यूलिंग के लिए डिवाइस का स्थानीय समय क्षेत्र सेट करें
* **प्रति-दिन शेड्यूलिंग** — सप्ताह के प्रत्येक दिन के लिए अलग-अलग विंडो कॉन्फ़िगर करें
* **सभी दिनों के लिए एक ही समय** — कई दिनों के लिए एक ही शेड्यूल का उपयोग करें
* **अपडेट तुरंत लागू करें** — आवश्यकता होने पर maintenance windows को बायपास करें

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

#### Maintenance Windows के बाहर के अपडेट

भले ही एक maintenance window सेट हो, cloud में Roboflow Deployment Manager तक पहुँच रखने वाले उपयोगकर्ता फिर भी चाहें तो maintenance window को override करके अपडेट तुरंत लागू कर सकते हैं।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
