1BKR-JOB-DELETE(1)                   Beaker                   BKR-JOB-DELETE(1)
2
3
4

NAME

6       bkr-job-delete - Delete Beaker jobs
7

SYNOPSIS

9       Delete specific jobs:
10       bkr job-delete [options] [--dryrun] <taskspec>...
11
12
13       Delete by criteria:
14       bkr job-delete [options] [--dryrun]
15         [--family <family>] [--tag <tag>] [--product <cpeid>] [--completeDays <days>]
16
17

DESCRIPTION

19       Specify one or more <taskspec> arguments to be deleted.
20
21       The <taskspec> arguments follow the same format as in other bkr subcom‐
22       mands (for example, J:1234). See Specifying tasks in bkr(1).
23
24       Only jobs may be deleted.
25

OPTIONS

27       This command accepts  the  same  options  for  selecting  jobs  as  bkr
28       job-list does. See the Options section of bkr-job-list(1).
29
30       --dryrun
31              Do not perform any deletions.
32
33       --family <family>
34              Delete jobs which ran with distro belonging to <family>, for ex‐
35              ample RedHatEnterpriseLinuxServer5.
36
37       --completeDays <days>
38              Delete jobs which finished at least <days> ago.
39
40       --tag <tag>
41              Delete jobs which have retention tag <tag>, for example scratch.
42
43       --product <cpeid>
44              Delete  jobs  which  were  testing  the  product  identified  by
45              <cpeid>.
46
47       Common bkr options are described in the Options section of bkr(1).
48

EXIT STATUS

50       Non-zero on error, otherwise zero.
51

EXAMPLES

53       Delete all scratch jobs which finished 30 or more days ago:
54          bkr job-delete --tag scratch --completeDays 30
55

SEE ALSO

57       bkr(1)
58

AUTHOR

60       The Beaker team <beaker-devel@lists.fedorahosted.org>
61
63       2013-2022 Red Hat, Inc.
64
65
66
67
6828.3                             May 21, 2022                BKR-JOB-DELETE(1)
Impressum