> 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/making-changes/redeploy-deployment-manager.md).

# Deployment Manager 재배포

어떤 경우에는 기존 장치에 Deployment Manager를 다시 배포하고 싶을 수 있습니다. 이는 기존 장치가 손상되었거나 복구할 수 없는 하드웨어 장애가 발생했을 때 가장 흔합니다.

수동으로 작업할 필요 없이, 장치를 다시 배포하기만 하면 한 단계로 모든 Roboflow 설정이 완전히 복구됩니다.

:warning: 첫 번째 장치가 아직 정상 작동 중인 동안에는 두 번째 장치에 manager를 다시 배포하지 않도록 해주세요.

새 장치에 다시 배포하려면 해당 장치의 Deployment Manager 대시보드로 이동하세요. 그런 다음 오른쪽 상단의 옵션 메뉴를 열고 "Redeploy Device"를 클릭하세요.

<figure><img src="/files/20bb08a2ec73fd0c341a381ec3f2eaf981126aba" alt="" width="164"><figcaption></figcaption></figure>

그다음 "Generate Redeploy Command"를 클릭하여 설치 스크립트를 가져오세요.

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

그다음 설치 스크립트를 복사한 후, 권한이 상승된 상태의 터미널에서 해당 장치에 실행하세요.

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

:warning: 설치 스크립트는 10분 동안만 활성 상태이며 그 후 만료됩니다. 만료된 후에는 설치 스크립트를 다시 생성해야 합니다.


---

# 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/making-changes/redeploy-deployment-manager.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.
