---
title: "Disable a live stream"
method: PUT
path: "/video/v1/live-streams/{LIVE_STREAM_ID}/disable"
tags: ["Live Streams"]
---

# Disable a live stream

`PUT /video/v1/live-streams/{LIVE_STREAM_ID}/disable`

Disables a live stream, making it reject incoming RTMP streams until re-enabled. The API also ends the live stream recording immediately when active. Ending the live stream recording adds the `EXT-X-ENDLIST` tag to the HLS manifest which notifies the player that this live stream is over.

Mux also closes the encoder connection immediately. Any attempt from the encoder to re-establish connection will fail till the live stream is re-enabled.

## Path parameters

- `LIVE_STREAM_ID` string, required

## Response `200`

OK

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
