{ "opencollection": "1.0.0", "info": { "name": "Jupyter Server REST Checkpoints API", "version": "2.14.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Checkpoints", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Server List checkpoints", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/contents/:path/checkpoints", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Returns the list of checkpoints for a file." }, { "info": { "name": "Jupyter Server Create checkpoint", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/contents/:path/checkpoints", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Creates a new checkpoint for the file at path." }, { "info": { "name": "Jupyter Server Restore checkpoint", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/contents/:path/checkpoints/:checkpoint_id", "params": [ { "name": "path", "value": "", "type": "path" }, { "name": "checkpoint_id", "value": "", "type": "path" } ] }, "docs": "Restores the file from the named checkpoint." }, { "info": { "name": "Jupyter Server Delete checkpoint", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/contents/:path/checkpoints/:checkpoint_id", "params": [ { "name": "path", "value": "", "type": "path" }, { "name": "checkpoint_id", "value": "", "type": "path" } ] }, "docs": "Deletes the checkpoint with the given ID." } ] } ], "bundled": true }