---
title: "Update channel status"
method: POST
path: "/api/channel/{id}/status"
tags: ["channel"]
---

# Update channel status

`POST /api/channel/{id}/status`

Updates the status of a channel by its ID

## Path parameters

- `id` integer, required

## Request body

- ControllerUpdateChannelStatusRequest
  - `status` integer

## Response `200`

OK

- MiddlewareAPIResponse
  - `data` unknown
  - `message` string
  - `success` boolean

---

[API](https://skmtc.net/labring/apis/ai-proxy-swagger-api.md) · [All operations](https://skmtc.net/labring/apis/ai-proxy-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ai-proxy-swagger-api/revisions/696faf563b42/schema)
