> 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-jp/deploy/device-manager.md).

# Deployment Manager

Roboflow Deployment Manager を使うと、エッジデバイス上でコンピュータビジョンモデルのセットアップ、デプロイ、管理を簡単に行えます。モデルを学習し、workflow を構築した後、デプロイをスケールするためのオールインワンのソリューションを提供します。

Deployment Manager では、次のことができます：

1. 新しいデバイスを次とともにセットアップする [Roboflow Inference server](https://inference.roboflow.com/).
2. デプロイで使用するカメラストリームを設定します。
3. デプロイ [Workflows](/roboflow/roboflow-jp/workflows/what-is-workflows.md) エッジ上で。
4. デプロイ済みのエッジデバイスのログ、ストリームのステータス、テレメトリを監視します。

{% hint style="warning" %}
Deployment Manager は Enterprise のお客様にのみ提供されています。 [Roboflow の営業チームにお問い合わせください](https://roboflow.com/sales) この機能の詳細や、デプロイを大規模に管理するための使い方について詳しく知るには。
{% endhint %}

<figure><img src="/files/ab73a37d48b417a78a6fca3775ffb8918aad5291" alt=""><figcaption></figcaption></figure>

### 主な要件：

Deployment Manager は、Roboflow がサポートするハードウェア向けに設計されています：

* 対応済み：Roboflow 経由で購入したハードウェア
* 非対応（自己責任でご利用ください）：NVIDIA Jetson、Debian ベースの Linux で NVIDIA GPU を搭載して動作する x86 マシン
* 未対応：Mac または Windows ベースのシステム

セットアップおよび継続的な運用のために、デバイスはインターネットに接続されている必要があり、リモート管理と監視のために Roboflow へ継続的にアクセスできる必要があります。


---

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