JupyterLab · Capability
JupyterLab Server REST API — Workspaces
JupyterLab Server REST API — Workspaces. 4 operations. Lead operation: JupyterLab List workspaces. Self-contained Naftiko capability covering one Jupyterlab business surface.
What You Can Do
GET
Listworkspaces
— JupyterLab List workspaces
/v1/workspaces
GET
Getworkspace
— JupyterLab Get workspace
/v1/workspaces/{space-name}
PUT
Updateworkspace
— JupyterLab Update workspace
/v1/workspaces/{space-name}
DELETE
Deleteworkspace
— JupyterLab Delete workspace
/v1/workspaces/{space-name}
MCP Tools
jupyterlab-list-workspaces
JupyterLab List workspaces
read-only
idempotent
jupyterlab-get-workspace
JupyterLab Get workspace
read-only
idempotent
jupyterlab-update-workspace
JupyterLab Update workspace
idempotent
jupyterlab-delete-workspace
JupyterLab Delete workspace
idempotent