/
JU
jupyter-server
/
Jupyter Kernel Gateway API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11m ago · Updated 2mo ago
Details
Filter operations
api
3
channels
1
kernels
6
kernelspecs
1
sessions
5
get
List available sessions
post
Create a new session, or return an existing session if a session of the same name already exists.
get
Get session
delete
Delete a session
patch
This can be used to rename the session.
sessions
This can be used to rename the session.
patch
/api/sessions/{session}
Request body
Session
required
A session
id
string
uuid
path
string
path to the session
name
string
name of the session
type
string
session type
kernel
Kernel
Kernel information
Response
Session
Session
required
A session
id
string
uuid
path
string
path to the session
name
string
name of the session
type
string
session type
kernel
Kernel
Kernel information
Changes