Actions (Slurm)
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
action_idstring · nullableRead-onlyOptional
job_idstring · nullableOptional
job_namestring · nullableOptional
kindstring · enumOptionalPossible values:
reasonstring · enumOptionalPossible values:
Responses
200
Returns the id for the task
text/plain
Responsestring
404
Failed to find checkpointable resource
application/json
500
Failed to connect/fetch from jobs table from database
application/json
post
/v2/slurm/checkpoint/jobAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
action_idstringRequired
cluster_idstringRequired
reasonstring · enumRequiredPossible values:
Responses
200
Returns the checkpoint id for the new checkpoint
text/plain
Responsestring
400
Failed create checkpoint
application/json
404
Failed create restore
application/json
500
Failed to connect/fetch from jobs table from database
application/json
post
/v2/slurm/restore/jobLast updated
Was this helpful?