# Redeploy Deployment Manager

In some cases, you want to redeploy Deployment Manager onto an existing device. This is most common when you find an existing device has become corrupted or you have an unrecoverable hardware failure.

Rather than doing any manual work, you can simply redeploy the device and it will fully recover all Roboflow configurations with just one step.

:warning: Please ensure that you don't redeploy manager onto a second device while the first device is still operational.

To redeploy onto a new device, visit the Deployment Manager dashboard for that device. Then open the options menu on the top-righ and click on "Redeploy Device"

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

Then, click on "Generate Redeploy Command" to get the install script.

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

Then copy the install script and execute it from a terminal on the device with elevated privileges.

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

:warning: Note that the install script is only active for 10 minutes and then expires. After expiration, you'd have to regenerate the install script.


---

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