> 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-ko/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/e07c918fad0c5c744de13092141dcbe32e4b9927" alt=""><figcaption></figcaption></figure>

그다음 삭제하려는 Dedicated Deployment 옆의 휴지통 아이콘을 클릭하세요.

그러면 Dedicated Deployment를 삭제할 것인지 확인하라는 메시지가 표시됩니다:

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

배포를 삭제하려면 "Delete Dedicated Deployment"를 클릭하세요. 이는 영구적이며 되돌릴 수 없습니다.

### Workflows Editor에서 Dedicated Deployment 삭제

Workflows editor의 "Choose an Inference Server" 페이지에서도 Dedicated Deployment를 삭제할 수 있습니다. Deployment를 삭제하려면 먼저 Workflow를 연 다음, "Running on" 옵션을 클릭하세요:

<figure><img src="/files/5d3a8575dc167b697966d41d62479205be269de4" alt=""><figcaption></figcaption></figure>

여러 배포 옵션이 있는 창이 나타납니다. "Dedicated Deployments"를 클릭한 다음, 삭제하려는 배포 옆의 휴지통 아이콘을 클릭하세요:

<figure><img src="/files/97d6bd18c139b2f328599fe8083097f0e03cdf12" alt=""><figcaption></figcaption></figure>

그러면 해당 배포를 삭제할 것인지 확인하라는 메시지가 표시됩니다:

<figure><img src="/files/40c75a6262816bb28dbca7ccbd48f78b5e50a073" 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-ko/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.
