> 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-ko/deploy/device-manager/setting-up/setup-maintenance-windows.md).

# 유지보수 창 설정

장치 업데이트 및 구성 변경이 적용되는 시점을 예약할 수 있습니다. Maintenance Windows는 자동 업데이트를 위한 특정 시간대를 정의하여 중단을 제어하는 데 도움이 되며, 중요한 시간 동안 프로덕션 장치가 원활하게 실행되도록 유지합니다.

기본적으로 장치에는 Maintenance Windows가 없으며 모든 업데이트가 즉시 적용됩니다.

#### Maintenance Window 설정

Maintenance Window를 설정하려면 Deployment Manager에서 특정 장치의 대시보드로 이동하세요. 오른쪽 상단의 옵션 메뉴로 가서 "Maintenance Windows"를 클릭하세요.

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

그런 다음 운영 요구 사항에 따라 각 장치별로 Maintenance Windows를 정의할 수 있습니다. 업데이트를 안전하게 적용할 수 있는 특정 요일과 시간을 선택하세요.

주요 옵션:

* **시간대** — 정확한 예약을 위해 장치의 현지 시간대를 설정
* **요일별 예약** — 요일마다 다른 윈도우를 구성
* **모든 요일에 동일한 시간** — 여러 날에 걸쳐 단일 일정을 사용
* **업데이트를 즉시 적용** — 필요할 때 Maintenance Windows를 우회

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

#### Maintenance Windows 외부의 업데이트

Maintenance Window가 설정되어 있어도, 클라우드의 Roboflow Deployment Manager에 접근할 수 있는 사용자는 원할 경우 Maintenance Window를 무시하고 업데이트를 즉시 적용할 수 있습니다.


---

# 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-ko/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.
