Deleting Jobs (Slurm)

Deleting jobs in Slurm

On occasion it may be necessary to remove a waiting job from the queue, or to stop a running job (and remove it from the queue). This is done using scancel . For example

scancel 18076
         #
         # replace 18076 with your job id

You can identify the jobid typing the command squeue on its own.

Deleting Job Array Tasks

See the information on Job Arrays (Slurm) for how to delete all tasks in the job array or specific tasks.

Last modified on March 17, 2025 at 5:30 pm by George Leaver