Deleting Jobs

Deleting jobs in SGE

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 qdel . For example

qdel 18076
       #
       # replace 18076 with your job id

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

Deleting Job Array Tasks

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

Last modified on March 17, 2025 at 6:15 pm by George Leaver