---
title: "Update Chat Live"
method: PUT
path: "/update-chat-status"
---

# Update Chat Live

`PUT /update-chat-status`

Updates the status of an existing live chat. This endpoint allows you to activate or deactivate the chat associated with a specific live stream.

## Request body

- object
  - `chat_id` string, required
  - `status` string, required — "active", "inactive"
  - `live_name` string

## Response `200`

200

- object
  - `id` string
  - `title` string
  - `rtmp` string
  - `stream_key_id` string
  - `stream_key` string
  - `user_id` string
  - `started_at` unknown
  - `ended_at` unknown
  - `vod_id` unknown
  - `status` string
  - `live_player` string
  - `live_hls` string
  - `bitrate` object[]
  - `folder_id` unknown
  - `active_dvr` boolean
  - `scheduled_at` unknown
  - `created_at` string
  - `gcore_pullzone_id` unknown
  - `gcore_pullzone_status` unknown
  - `latency_type` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
