Skip to main content
POST
/
v1
/
admin
/
chats
/
{chat_id}
/
stop
curl -X POST https://portal-api.7331.org/v1/admin/chats/1/stop \
  -b "psession=YOUR_SESSION"
{
  "message": "Chat 'General' stopped"
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

Use this file to discover all available pages before exploring further.

Requires Admin or higher permission level. Hierarchy is enforced against the chat owner.
Stops the neko virtual browser VM for a chat. Chat viewers are not removed — the chat stays active and the VM can be restarted. Broadcasts room:stopped to all clients in the chat.

Path Parameters

chat_id
integer
required
Chat ID.

Response

message
string
required
Confirmation message.
curl -X POST https://portal-api.7331.org/v1/admin/chats/1/stop \
  -b "psession=YOUR_SESSION"
{
  "message": "Chat 'General' stopped"
}
{
  "detail": "Chat not found or not running"
}