> 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/pause-and-resume-a-dedicated-deployment.md).

# Dedicated Deployment 일시 중지 및 재개

현재 Deployment를 사용하고 있지 않지만 나중을 위해 Deployment를 유지하고 싶다면 Dedicated Deployment를 일시중지할 수 있습니다.

Dedicated Deployment를 다시 시작할 때까지는 일시중지된 Dedicated Deployment에 요청을 보낼 수 없습니다.

Dedicated Deployment가 일시중지되어 있는 동안에는 요금이 청구되지 않습니다.

Dedicated Deployment를 다음에서 일시중지할 수 있습니다:

1. Roboflow 대시보드의 Deployments 페이지와;
2. Workflow editor의 "Choose an Inference Server" 설정에 있는 Dedicated Deployments 탭.

Dedicated Deployment는 언제든지 재개할 수 있습니다.

### Deployments List에서 Dedicated Deployment 일시중지 또는 재개

먼저 Roboflow 대시보드의 왼쪽 사이드바에서 "Deployments"를 클릭한 다음, "Dedicated Deployments" 탭을 클릭하세요.

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

Dedicated Deployment를 일시중지하려면 pause 아이콘을 클릭하세요.

Dedicated Deployment를 재개하려면 play 아이콘을 클릭하세요.

### Workflows Editor에서 Dedicated Deployment 일시중지 또는 재개

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

<figure><img src="/files/677ad62fa828553f407a6e96b82ab341a7d25685" alt=""><figcaption></figcaption></figure>

여러 배포 옵션이 있는 창이 나타납니다. "Dedicated Deployments""를 클릭하세요

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

일시중지하려는 Deployment 옆의 pause 아이콘을 클릭하세요.

재개하려는 Deployment 옆의 play 아이콘을 클릭하세요.


---

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