Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Hang up session

$ openai live:sessions hangup
POST/live/sessions/{session_id}/hangup

End a SIP call identified by session_id.

ParametersExpand Collapse
--session-id: string

Opaque Live session identifier from the creation response or incoming-call webhook. Preserve the returned value unchanged, including its prefix.

Hang up session

openai live:sessions hangup \
  --api-key 'My API Key' \
  --session-id session_id
Returns Examples