{ "opencollection": "1.0.0", "info": { "name": "Jupyter Server REST Checkpoints Terminals API", "version": "2.14.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Terminals", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Server List terminals", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/terminals" }, "docs": "Returns the list of running terminal sessions." }, { "info": { "name": "Jupyter Server Create terminal", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/terminals" }, "docs": "Starts a new terminal session." }, { "info": { "name": "Jupyter Server Get terminal", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/terminals/:terminal_id", "params": [ { "name": "terminal_id", "value": "", "type": "path" } ] }, "docs": "Retrieves the terminal session by name." }, { "info": { "name": "Jupyter Server Delete terminal", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/terminals/:terminal_id", "params": [ { "name": "terminal_id", "value": "", "type": "path" } ] }, "docs": "Deletes the terminal session." } ] } ], "bundled": true }