/
JU
jupyter-server
/
Jupyter Scheduler API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 17m ago · Updated 3w ago
View markdown
jupyter-server
Jupyter Scheduler API
patch
Update a specific job
v1
latest
OpenAPI 3.0.0
2026-07-17
16
14
19.1 KB
get
List all jobs
post
Create a new job
get
Get details of a specific job
delete
Delete a specific job
patch
Update a specific job
get
List all job definitions
post
Create a new job definition
get
Get details of a specific job definition
delete
Delete a specific job definition
patch
Update a specific job definition
post
Create a job from a job definition
get
Download job files
get
Count jobs based on status
get
List available runtime environments
get
Get configuration details
delete
Batch delete jobs
Update a specific job
patch
/jobs/{job_id}
Path parameters
job_id
string
required
Request body
UpdateJob
required
status
'CREATED'
|
'QUEUED'
|
'IN_PROGRESS'
|
'COMPLETED'
|
'FAILED'
|
'STOPPING'
|
'STOPPED'
name
string
compute_type
string
Response
Successfully updated the job.