create_status_sessions_terminate
Terminate an active Plex session by session ID, optionally providing a reason shown to the client. Stops streaming and frees up the playback session.
Instructions
Terminate a session.
POST /status/sessions/terminate
Args:
session_id: The session id (found in the Session element in /status/sessions)
reason: The reason to give to the user (typically displayed in the client)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |