CCQ Delete
CCQ Delete
In addition to ccqsub to submit jobs, ccqdel will delete a job in the queue.
usage: ccqdel [-h] [-i CCACCESSKEY] [-ru REMOTEUSERNAME] [-V] [-j JOBID] [-f]
[-d] [-cl <days_for_login_cert_to_be_valid_for>]
A utility that allows you to delete/kill jobs that have been submitted using ccq.
-
Option Description -h, –help show this help message and exit -i CCACCESSKEY The path to the file containing the app key for use when validating the user on the requested resources. -ru REMOTEUSERNAME The remote username to run the job as. This parameter only applies when app keys are used. If the app key belongs to a Proxy user, the remote user name is the username that the job should run as. If the app key does not belong to a Proxy user, then the job is run as the user who the app key belongs too. This argument cannot be used without specifying the -i argument as well. -V show program’s version number and exit -j JOBID The job Id of the job you want to delete/kill. -f Force kill/purge the job from the Scheduler/Target. -d Force the deletion of the job from the database. -cl <days_for_login_cert_to_be_valid_for> Specifies the number of days that the generated ccq login certificate is valid for. This certificate is used so that you do not have to enter your username/password combination each time you submit a job. The default is 1 day, and the value must be an integer greater than or equal to 0. Setting the certificate valid length to 0 will disable the generation of login certificates. If the certLength variable is set in the ccq.config file then the value in the ccq.config file will override the value entered via the commandline.