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

# Update group token status

`POST /api/token/{group}/{id}/status`

Updates the status of a token in a specific group

## Path parameters

- `group` string, required
- `id` integer, required

## Request body

- ControllerUpdateTokenStatusRequest
  - `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/versions/e471487f2a2f/schema)
