> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ko/configuration/decommission-an-access-controller.md).

# 출입 컨트롤러 폐기

액세스 컨트롤러를 폐기하거나 공장 설정으로 초기화하려면 먼저 Command에서 해당 장치를 제거해야 합니다. 이렇게 하면 컨트롤러의 모든 사용자 관련 데이터도 삭제되며, 새 조직으로 이전할 수 있게 됩니다.

{% hint style="danger" %}
액세스 컨트롤러를 폐기하거나 공장 설정으로 초기화하려면, 컨트롤러의 사이트에 대한 Org Admin, Access System Admin 또는 Access Site Admin이어야 합니다. 다음에 대해 자세히 알아보세요: [Command의 역할 및 권한](/command/ko/users-and-permissions/roles-and-permissions-for-command.md) 그리고 특히 [액세스 제어](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md).
{% endhint %}

***

## 절차

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 장치로 이동합니다.**
{% endstep %}

{% step %}
**장치 목록에서 폐기하려는 컨트롤러를 선택합니다.**
{% endstep %}

{% step %}
**오른쪽에서 장치를 클릭합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 설정을 클릭합니다.**

1. 왼쪽 하단에서 **폐기.**
2. 안내가 표시되면 생성된 확인 코드를 입력하여 요청을 완료합니다.
3. 클릭 **확인**.

{% hint style="danger" %}
폐기하면 연결된 문도 함께 제거됩니다. 이 작업은 되돌릴 수 없습니다.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
컨트롤러를 다른 조직에 추가하기 전에 5분간 기다리세요.
{% endhint %}


---

# 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://help.verkada.com/access-control/ko/configuration/decommission-an-access-controller.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.
