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