# Deployment Manager を再デプロイ

場合によっては、Deployment Manager を既存のデバイスに再デプロイしたいことがあります。これは、既存のデバイスが破損していることが判明した場合や、回復不能なハードウェア障害が発生した場合によくあります。

手動作業を行う代わりに、デバイスを再デプロイするだけで、1ステップで Roboflow のすべての設定を完全に復元できます。

:warning: 1台目のデバイスがまだ稼働中の間は、別のデバイスに manager を再デプロイしないようにしてください。

新しいデバイスに再デプロイするには、そのデバイスの Deployment Manager ダッシュボードにアクセスします。次に、右上のオプションメニューを開き、「Redeploy Device」をクリックします。

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

次に、「Generate Redeploy Command」をクリックしてインストールスクリプトを取得します。

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

その後、インストールスクリプトをコピーし、管理者権限でデバイス上のターミナルから実行します。

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

:warning: インストールスクリプトは10分間のみ有効で、その後失効することに注意してください。期限切れ後は、インストールスクリプトを再生成する必要があります。


---

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