1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages/linux/scancel.md
2020-10-13 08:09:06 -03:00

204 B

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}}