> 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/dedicated-deployments/delete-a-dedicated-deployment.md).

# Dedicated Deployment を削除

Dedicated Deployment は次の場所から削除できます:

1. Roboflow ダッシュボードの Deployments ページ、および;
2. Workflow editor の「Choose an Inference Server」設定内にある Dedicated Deployments タブ。

### Deployments List から Dedicated Deployment を削除する

まず、Roboflow ダッシュボードの左サイドバーから「Deployments」をクリックし、次に「Dedicated Deployments」タブをクリックします。

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

次に、削除したい Dedicated Deployment の横にあるゴミ箱アイコンをクリックします。

その後、Dedicated Deployment を削除してよいかの確認が求められます:

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

「Delete Dedicated Deployment」をクリックしてデプロイを削除します。これは永続的で、取り消し不可能です。

### Workflows Editor から Dedicated Deployment を削除する

Workflows editor の「Choose an Inference Server」ページからも Dedicated Deployment を削除できます。削除するには、まず Workflow を開き、次に「Running on」オプションをクリックします:

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

いくつかのデプロイオプションが表示されたウィンドウが開きます。「Dedicated Deployments」をクリックし、削除したいデプロイの横にあるゴミ箱アイコンをクリックします:

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

その後、デプロイを削除してよいかの確認が求められます:

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

「Delete Dedicated Deployment」をクリックしてデプロイを削除します。これは永続的で、取り消し不可能です。


---

# 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/dedicated-deployments/delete-a-dedicated-deployment.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.
