Important

New Docs are available at https://docs.aws.amazon.com/parallelcluster

All new features, starting with 2.4.0, will be documented there.

awsbkill

Cancels/terminates jobs submitted in the cluster.

usage: awsbkill [-h] [-c CLUSTER] [-r REASON] job_ids [job_ids ...]

Positional Arguments

job_ids A space separated list of job IDs to cancel/terminate

Named Arguments

-c, --cluster Cluster to use
-r, --reason

A message to attach to the job that explains the reason for canceling it

Default: “Terminated by the user”