---
title: "Stop a real-time stream"
method: PUT
path: "/real_time/{id}/stop"
tags: ["real_time"]
---

# Stop a real-time stream

`PUT /real_time/{id}/stop`

This operation stops a real-time stream.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `real_time_stream` object, required
    - `state` string — The state of the real-time stream.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Unprocessable Entity
- `423` — Locked

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
