/
/Jupyter Scheduler API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 39m ago · Updated 1mo agoView markdown
  • getList all jobs
  • postCreate a new job
  • getGet details of a specific job
  • deleteDelete a specific job
  • patchUpdate a specific job
  • getList all job definitions
  • postCreate a new job definition
  • getGet details of a specific job definition
  • deleteDelete a specific job definition
  • patchUpdate a specific job definition
  • postCreate a job from a job definition
  • getDownload job files
  • getCount jobs based on status
  • getList available runtime environments
  • getGet configuration details
  • deleteBatch delete jobs

Update a specific job

patch/jobs/{job_id}

Path parameters

job_idstring required

Request body

status'CREATED' | 'QUEUED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'STOPPING' | 'STOPPED'
namestring
compute_typestring

Response

Successfully updated the job.