HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

scancel — Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandslurmclimoreinformationjobscancelcancel
linux

Problem

How to use the scancel command: Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.

Solution

scancel — Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.

Cancel a job using its ID:
scancel {{job_id}}


Cancel all jobs from a user:
scancel {{user_name}}

Code Snippets

Cancel a job using its ID

scancel {{job_id}}

Cancel all jobs from a user

scancel {{user_name}}

Context

tldr-pages: linux/scancel

Revisions (0)

No revisions yet.