Jupyter Server · Capability
Jupyter Server REST API — Terminals
Jupyter Server REST API — Terminals. 4 operations. Lead operation: Jupyter Server List terminals. Self-contained Naftiko capability covering one Jupyter Server business surface.
What You Can Do
GET
Listterminals
— Jupyter Server List terminals
/v1/terminals
POST
Createterminal
— Jupyter Server Create terminal
/v1/terminals
GET
Getterminal
— Jupyter Server Get terminal
/v1/terminals/{terminal-id}
DELETE
Deleteterminal
— Jupyter Server Delete terminal
/v1/terminals/{terminal-id}
MCP Tools
jupyter-server-list-terminals
Jupyter Server List terminals
read-only
idempotent
jupyter-server-create-terminal
Jupyter Server Create terminal
jupyter-server-get-terminal
Jupyter Server Get terminal
read-only
idempotent
jupyter-server-delete-terminal
Jupyter Server Delete terminal
idempotent