---
title: "Stop Stream"
method: POST
path: "/v1/vision/stream/stop"
tags: ["vision", "vision-streaming"]
---

# Stop Stream

`POST /v1/vision/stream/stop`

Stop a streaming session.

## Request body

- StreamStopRequest
  - `session_id` string, required

## Response `200`

Successful Response

- StreamStopResponse
  - `session_id` string, required
  - `frames_processed` integer, required
  - `actions_triggered` integer, required
  - `escalations` integer, required
  - `duration_seconds` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/llama-farm/apis/llamafarm-edge-runtime.md) · [All operations](https://skmtc.net/llama-farm/apis/llamafarm-edge-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/llama-farm/llamafarm-edge-runtime/versions/a23a9e72958b/schema)
