Authorizations
API key in the format 'x-api-key <your-api-key>'
Path Parameters
The UUID of the chat session
The desired state of the chat session
Available options:
pause
, resume
, stop
Update the running state of a chat session. This endpoint allows you to pause, resume, or stop a chat session. When paused, the session’s status is set to PAUSED. When resumed, the session’s status is set to ACTIVE. When stopped, the session’s status is set to STOPPED.
API key in the format 'x-api-key <your-api-key>'
The UUID of the chat session
The desired state of the chat session
pause
, resume
, stop