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>'{}Was this page helpful?
⌘I