# 중단명령

포건시의 서버 측에서는 루프   종료 명령을 사용하여 루프명령 목록의 모든 명령을 종료할 수 있습니다.

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

### 루프명령종료&#x20;

이 명령은 주기 명령에서만 사용할 수 있습니다. 이 명령을 실행한 후 루프가 종료되고 루프의 후속 명령이 실행됩니다.<br>

루프 종료 명령에 매개변수를 설정할 필요가 없습니다.

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


---

# 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/supportcmd/pause.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.
