Infrastructure

Api Slurm Submit

Submit an Xcelsior job to a Slurm cluster (HPC bridge).

Translates the job to an sbatch script and submits. Set dry_run=true to see the generated script without submitting.

post/api/slurm/submit

Request body

namestring required
vram_needed_gbnumber
priorityinteger
tierstring nullable
num_gpusinteger
imagestring
profilestring nullable
dry_runboolean

Response

Successful Response

{"stackTrail":"paths:/api/slurm/submit:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes