mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 12:41:37 +00:00
18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|