Canceling a Job
To delete a job from the queue, use the scancel command with the job ID number at the command line prompt:
scancel 18316
To cancel all your jobs, run this command:
scancel -u $USER
Type to search the site. Results will appear below as you type.
To delete a job from the queue, use the scancel command with the job ID number at the command line prompt:
scancel 18316
To cancel all your jobs, run this command:
scancel -u $USER