Jupyter Server · Capability
Jupyter Server REST API — Checkpoints
Jupyter Server REST API — Checkpoints. 4 operations. Lead operation: Jupyter Server List checkpoints. Self-contained Naftiko capability covering one Jupyter Server business surface.
What You Can Do
GET
Listcheckpoints
— Jupyter Server List checkpoints
/v1/contents/{path}/checkpoints
POST
Createcheckpoint
— Jupyter Server Create checkpoint
/v1/contents/{path}/checkpoints
POST
Restorecheckpoint
— Jupyter Server Restore checkpoint
/v1/contents/{path}/checkpoints/{checkpoint-id}
DELETE
Deletecheckpoint
— Jupyter Server Delete checkpoint
/v1/contents/{path}/checkpoints/{checkpoint-id}
MCP Tools
jupyter-server-list-checkpoints
Jupyter Server List checkpoints
read-only
idempotent
jupyter-server-create-checkpoint
Jupyter Server Create checkpoint
jupyter-server-restore-checkpoint
Jupyter Server Restore checkpoint
jupyter-server-delete-checkpoint
Jupyter Server Delete checkpoint
idempotent