# 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를 일시 중지하려면 일시 중지 아이콘을 클릭하세요.

Dedicated Deployment를 다시 시작하려면 재생 아이콘을 클릭하세요.

### 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>

Dedicated Deployment를 일시 중지하려면 일시 중지하려는 deployment 옆의 일시 중지 아이콘을 클릭하세요.

Dedicated Deployment를 다시 시작하려면 다시 시작하려는 deployment 옆의 재생 아이콘을 클릭하세요.


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/deploy/dedicated-deployments/pause-and-resume-a-dedicated-deployment.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.
