For the complete documentation index, see llms.txt. This page is also available as Markdown.

Actions (Slurm)

Cedana API for actions (Slurm)

Checkpoint job

post
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
stringOptional
post/v2/slurm/checkpoint/job

Restore job

post
Authorizations
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
stringOptional
post/v2/slurm/restore/job

Last updated

Was this helpful?