1GLOBUS-JOB-CANCEL(1) Grid Community Toolkit Manual GLOBUS-JOB-CANCEL(1)
2
3
4
6 globus-job-cancel - Cancel a GRAM batch job
7
9 globus-job-cancel [-f | -force] [-q | -quiet] JOBID
10
11 globus-job-cancel [-help | -usage ] [ -version | -versions ]
12
14 The globus-job-cancel(1) program cancels the job named by JOBID. Any
15 cached files associated with the job will remain until
16 globus-job-clean(1) is executed for the job.
17
18 By default, globus-job-cancel prompts the user prior to canceling the
19 job. This behavior can be overridden by specifying the -f or -force
20 command-line options.
21
23 -help, -usage
24 Display a help message to standard error and exit.
25
26 -version
27 Display the software version of the globus-job-cancel program to
28 standard output.
29
30 -versions
31 Display the software version of the globus-job-cancel program
32 including DiRT information to standard output.
33
34 -force, -f
35 Do not prompt to confirm job cancel and clean-up.
36
37 -quiet, -q
38 Do not print diagnostics for successful cancel. Implies -f.
39
41 If the following variables affect the execution of globus-job-cancel.
42
43 X509_USER_PROXY
44 Path to proxy credential.
45
46 X509_CERT_DIR
47 Path to trusted certificate directory.
48
50 Copyright © 1999-2014 University of Chicago
51
52
53
54Grid Community Toolkit 6 03/31/2018 GLOBUS-JOB-CANCEL(1)