Linux
Command
Library
Commands
Basics
Tips
scancel
Cancel a Slurm job.
TLDR
Cancel a job using its ID
$ scancel [job_id]
Cancel all jobs from a user
$ scancel [user_name]
COLLAPSE ALL
Copied to clipboard