---
title: "Start or stop RTStream"
method: PATCH
path: "/rtstream/{stream_id}/status/"
tags: ["RTStream"]
---

# Start or stop RTStream

`PATCH /rtstream/{stream_id}/status/`

## Path parameters

- `stream_id` string, required

## Request body

- object
  - `action` 'start' | 'stop', required

## Response `200`

RTStream status updated

- SuccessResponse
  - `success` boolean
  - `message` string

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
