Jupyter Notebook · Capability
Jupyter Notebook REST API — Terminals
Jupyter Notebook REST API — Terminals. 4 operations. Lead operation: Jupyter Notebook List running terminals. Self-contained Naftiko capability covering one Jupyter Notebook business surface.
What You Can Do
GET
Listterminals
— Jupyter Notebook List running terminals
/v1/api/terminals
POST
Createterminal
— Jupyter Notebook Create a new terminal
/v1/api/terminals
GET
Getterminal
— Jupyter Notebook Get terminal information
/v1/api/terminals/{terminal-id}
DELETE
Deleteterminal
— Jupyter Notebook Shut down a terminal
/v1/api/terminals/{terminal-id}
MCP Tools
jupyter-notebook-list-running-terminals
Jupyter Notebook List running terminals
read-only
idempotent
jupyter-notebook-create-new-terminal
Jupyter Notebook Create a new terminal
jupyter-notebook-get-terminal-information
Jupyter Notebook Get terminal information
read-only
idempotent
jupyter-notebook-shut-down-terminal
Jupyter Notebook Shut down a terminal
idempotent