# Deployment Manager को Redeploy करें

कुछ मामलों में, आप मौजूदा device पर Deployment Manager को redeploy करना चाहते हैं। यह सबसे आम तब होता है जब आपको पता चलता है कि कोई मौजूदा device corrupt हो गया है या उसमें ऐसी hardware failure हो गई है जिससे recovery संभव नहीं है।

किसी भी manual काम के बजाय, आप बस device को redeploy कर सकते हैं और यह सिर्फ एक step में सभी Roboflow configurations को पूरी तरह recover कर देगा।

:warning: कृपया सुनिश्चित करें कि आप पहले वाला device अभी भी operational होने के दौरान manager को दूसरे device पर redeploy न करें।

किसी नए device पर redeploy करने के लिए, उस device के लिए Deployment Manager dashboard पर जाएँ। फिर top-right में options menu खोलें और "Redeploy Device" पर click करें

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

फिर, install script पाने के लिए "Generate Redeploy Command" पर click करें।

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

फिर install script को copy करें और उसे elevated privileges वाले device पर terminal से execute करें।

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

:warning: ध्यान दें कि install script केवल 10 minutes तक active रहती है और उसके बाद expire हो जाती है। Expiration के बाद, आपको install script को फिर से generate करना होगा।


---

# 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/roboflow/roboflow-hi/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.
