---
title: "Stop livestreaming a meeting"
method: POST
path: "/meetings/{meeting_id}/active-livestream/stop"
tags: ["Live streams"]
---

# Stop livestreaming a meeting

`POST /meetings/{meeting_id}/active-livestream/stop`

Stops the active livestream of a meeting associated with the given meeting ID. Retreive the meeting ID using the `Create a meeting` API.

## Path parameters

- `meeting_id` string, uuid, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `message` string

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
