Some common commands are explained in this section of the ML Cloud Slurm Wiki.
They are reproduced here with some useful options.
Your own jobs
squeue --me
Any users jobs
squeue -u <username>
Cancel specific job
scancel <job-id>
Cancel all my jobs
scancel -u <your-slurm-username>
Check on a group level
sshare
Check on an individual level
sshare --all
Go back to the Contents section or give feed-back about the tutorial on github!