> 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/device-manager/making-changes/delete-a-device.md).

# 디바이스 삭제

Deployment Manager 웹 인터페이스에서 더 이상 사용하지 않는 디바이스를 제거할 수 있습니다.

:warning: 디바이스를 제거하면 영구적으로 삭제됩니다. 해당 디바이스를 다시 Deployment Manager에서 사용하려면 Deployment Manager 설정 과정을 다시 진행해야 합니다.

계정에서 디바이스를 제거하려면 왼쪽 사이드바에서 "Deployments"를 클릭한 다음 "Edge Devices" 탭을 선택하세요. Deployment Manager에서 제거하려는 디바이스 옆의 세 개의 점을 클릭한 다음 "Delete"를 클릭하세요:

<figure><img src="/files/8a2cbb746dcc05a84d17a893c13bcf32b6366cca" alt=""><figcaption></figcaption></figure>

그런 다음 Deployment Manager에서 디바이스를 제거하려는지 확인하라는 메시지가 표시됩니다:

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

계정에서 제거하려는 것을 확인하기 위해 디바이스 이름을 입력한 다음 "Delete Device"를 클릭하세요. 이 작업은 영구적입니다.


---

# 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/device-manager/making-changes/delete-a-device.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.
