1BKR-POOL-REMOVE(1) Beaker BKR-POOL-REMOVE(1)
2
3
4
6 bkr-pool-remove - Remove systems from a pool
7
9 bkr pool-remove [options]
10 --pool <poolname>
11 --system <fqdn>
12
13
15 Removes systems from a system pool.
16
17 (Note: this command requires Python 2.6 or later)
18
19 New in version 20.
20
21
23 --pool <poolname>
24 The system pool to remove the systems from. This option is
25 mandatory.
26
27 --system <fqdn>
28 Remove the system specified by <fqdn> from the system pool
29 <poolname>. This option can be specified multiple times to
30 remove more than one system from the pool.
31
32 Common bkr options are described in the Options section of bkr(1).
33
35 Zero if all systems were removed from the pool successfully. Non-zero
36 if any system could not be removed from the pool. Note that in this
37 case, some systems may have been successfully removed before the error
38 occurred.
39
41 Remove the system "fqdn1.example.com" from the "beakerdevs" system
42 pool:
43
44 bkr pool-remove --pool beakerdevs --system fqdn1.example.com
45
47 bkr(1), bkr-pool-add(1)
48
50 The Beaker team <beaker-devel@lists.fedorahosted.org>
51
53 2013-2020 Red Hat, Inc.
54
55
56
57
5827.4 Mar 30, 2020 BKR-POOL-REMOVE(1)