# 서버단 명령을 관리

서버단 명령을 만든 후 개체 관리자에서 만든 모든 서버단 명령을 볼 수 있습니다.

![](/files/g3EVgvf6t55k5w7vmrOJ)

## 서버단 명령 편집&#x20;

서버단 명령을 만든 후 개체 관리자에서 명령을 편집할 수 있습니다.

서버단 명령에서 앞에 있는 확장 버튼을 클릭하고 명령을 두 번 클릭하면 서버 명령 편집 대화 상자가 나타납니다.

![](/files/5hznTVITKUcgog8P8xvn)

## 상태 변경하기&#x20;

서버 명령의 상태에는 활성화 및 비활성화가 포함됩니다. 서버단 명령을 만든 후 상태는 기본적으로 활성화되어 있으며 개체 관리자에서 명령을 비활성화할 수 있습니다.

서버단 명령을 선택하고 마우스 오른쪽 버튼을 클릭하면  "비활성화"를 클릭하면 서버단 명령이 비활성화되고 서버단 명령 이름에 취소선이 표시됩니다. 사용하지 않도록 설정한 후에도 이 명령을 호출할 수 있지만 실행되지는 않습니다.

![](/files/mVzCeWFXY5AIB84T6Ye1)

서버단 명령의 상태가 비활성화된 경우 이 명령을 마우스 오른쪽 버튼을 클릭하고 활성화를 선택하여 명령의 상태를 사용으로 변경합니다.

## 모든 참조 찾기&#x20;

![](/files/FLHkWW7BndJnXqWgAeBS)


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/command/severcmd/management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
