Stop Chat Session
curl --request POST \
--url https://cloud.onyx.app/api/chat/stop-chat-session/{chat_session_id} \
--header 'Authorization: Bearer <token>'{}Chat
Stop Chat Session
Stop a chat session by setting a stop signal in Redis. This endpoint is called by the frontend when the user clicks the stop button.
POST
/
chat
/
stop-chat-session
/
{chat_session_id}
Stop Chat Session
curl --request POST \
--url https://cloud.onyx.app/api/chat/stop-chat-session/{chat_session_id} \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I