Users can delete their own jobs from the scheduler system using the qdel command. Jobs which have not yet been scheduled to run will be removed from the queuing system without ever running. Jobs which are already running, or have partially run and been suspended, will be sent SIGSTOP and SIGTERM signals to stop them executing. Users may specify one or more jobs on the command line, separated by spaces, e.g:

[alces-cluster@login1(awscluster) ~]$ qdel 324 325 
user has deleted job 324
user has deleted job 325

The job ID was printed to your screen when the job was submitted; alternatively, you can use the qstat command to retrieve the number of the job you want to delete.