> 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/device-manager/making-changes/stop-a-stream.md).

# 스트림 일시 중지 및 재개

Deployment Manager 대시보드에서 비디오 스트림의 실행 중인 Workflow를 일시 중지할 수 있습니다.

Stream을 중지하려면 Deployment Manager에서 Device를 클릭한 다음, Stream 목록에서 중지하려는 Stream 옆의 세 개의 점을 클릭하세요.

실행 중인 stream을 일시 중지하려면 "Pause"를 클릭하세요:

<figure><img src="/files/2e01f95dce3e0e936b5227b5dd428845ca7c0cf2" alt=""><figcaption></figcaption></figure>

일시 중지된 stream을 다시 시작하려면 "Resume"를 클릭하세요:

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

:information\_source: stream을 일시 중지하고 다시 시작하는 것은 즉각적인 작업이 아니며, Workflow를 빠르게 시작하고 중지하는 용도로 설계되지 않았습니다.


---

# 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/device-manager/making-changes/stop-a-stream.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.
