Jupyter Server · Capability
Jupyter Server REST API — Sessions
Jupyter Server REST API — Sessions. 5 operations. Lead operation: Jupyter Server List sessions. Self-contained Naftiko capability covering one Jupyter Server business surface.
What You Can Do
GET
Listsessions
— Jupyter Server List sessions
/v1/sessions
POST
Createsession
— Jupyter Server Create session
/v1/sessions
GET
Getsession
— Jupyter Server Get session
/v1/sessions/{session}
PATCH
Updatesession
— Jupyter Server Update session
/v1/sessions/{session}
DELETE
Deletesession
— Jupyter Server Delete session
/v1/sessions/{session}
MCP Tools
jupyter-server-list-sessions
Jupyter Server List sessions
read-only
idempotent
jupyter-server-create-session
Jupyter Server Create session
jupyter-server-get-session
Jupyter Server Get session
read-only
idempotent
jupyter-server-update-session
Jupyter Server Update session
idempotent
jupyter-server-delete-session
Jupyter Server Delete session
idempotent