Discard any audio currently buffered for playback from the WebSocket server.
This is the barge-in control: when the user interrupts an AI response,
flush the queued server audio so stale response audio stops before the
WebSocket server sends the new response.
It flushes the server-audio playback
buffer, not the WebSocket connection or inbound user audio. Works on
both a per-call relay and a standalone `ws` session.
A 202 response confirms admission.
Request
This endpoint expects an object.
operation_uuidstringOptionalformat: "uuid"
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
Command accepted for async execution
operation_uuidstringformat: "uuid"
already_endedtrueOptional
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.