1BKR-JOB-CANCEL(1) Beaker BKR-JOB-CANCEL(1)
2
3
4
6 bkr-job-cancel - Cancel running Beaker jobs
7
9 bkr job-cancel [--msg <message>] [options] <taskspec>...
10
12 Specify one or more <taskspec> arguments to be cancelled.
13
14 The <taskspec> arguments follow the same format as in other bkr subcom‐
15 mands (for example, J:1234). See Specifying tasks in bkr(1).
16
17 Only jobs and recipe sets may be cancelled. It does not make sense to
18 cancel individual recipes within a recipe set, or tasks within a
19 recipe, so Beaker does not permit this.
20
22 --msg <message>
23 Optionally you can provide a message describing the reason for
24 the cancellation. This message will be recorded against all out‐
25 standing tasks in the cancelled recipe set, and will be visible
26 in the Beaker web UI.
27
28 Common bkr options are described in the Options section of bkr(1).
29
31 Non-zero on error, otherwise zero.
32
34 Cancel job 1234 with a helpful message:
35
36 bkr job-cancel --msg "Selected wrong distro, resubmitting job" J:1234
37
39 bkr(1)
40
42 The Beaker team <beaker-devel@lists.fedorahosted.org>
43
45 2013-2022 Red Hat, Inc.
46
47
48
49
5028.3 Jul 20, 2022 BKR-JOB-CANCEL(1)