Pause the relay
Temporarily pause audio in both directions while keeping the relay connected. This stops sending the user’s audio to the WebSocket server and stops playing server audio to the session.
Pausing does not flush buffered server audio. Works on both a per-call relay and a
standalone ws session.
A 202 response confirms admission.
Authentication
Path parameters
Session identifier.
Headers
Request
Optional command correlation UUID. Reuse it within 10 minutes only when retrying the same pause, resume, or relative-seek admission; reuse for a different command is rejected. It is not a general idempotency key or a resource name.
Response
Optional. Set to true on idempotent terminal commands when the session was already in a terminal state at the time the request was received. Absent otherwise.