NOTE: If multiple filters are supplied (e.g. \fB\-\-partition\fR and \fB\-\-name\fR) only the jobs satisfying all of the filtering options will be canceled.
.TP
ARGUMENTS
ARGUMENTS
.TP
.TP
\fIjob_id\fP
\fIjob_id\fP
The Slurm job ID of the job to have one of its steps or the entire job canceled.
The Slurm job ID of the job to have one of its steps or the entire job signaled.
.TP
.TP
\fIstep_id\fP
\fIstep_id\fP
The step ID of the job step to be canceled. If none is provided, then
The step ID of the job step to be signaled. If none is provided, then
all jobs steps associated with the provided job_id will be canceled along
all jobs steps associated with the provided job_id will be signaled.
with the job itself.
.SH "NOTES"
.TP
If multiple filters are supplied (e.g. \fB\-\-partition\fR and \fB\-\-name\fR) only the jobs satisfying all of the filtering options will be signaled.
.TP
If a signal value of "KILL" (the default value) is to be sent to an entire job, this will result in the job's termination and its resource allocation being released.