> 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/delete-a-stream.md).

# 스트림 종료

스트림을 잠시 일시 중지할 필요는 없지만 구성을 완전히 영구적으로 종료해야 하는 경우, Device Manager 대시보드에서 비디오 스트림을 종료할 수 있습니다.

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

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

:information\_source: 스트림을 종료하면 구성이 완전히 제거되며, 해당 구성을 복구할 수 없을 수도 있습니다. 해당 구성으로 Stream을 다시 시작해야 할 수 있다면, 대신 Stream을 일시 중지하는 것을 권장합니다.


---

# 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/delete-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.
