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 New in version 20.
18
19
21 --pool <poolname>
22 The system pool to remove the systems from. This option is
23 mandatory.
24
25 --system <fqdn>
26 Remove the system specified by <fqdn> from the system pool
27 <poolname>. This option can be specified multiple times to re‐
28 move more than one system from the pool.
29
30 Common bkr options are described in the Options section of bkr(1).
31
33 Zero if all systems were removed from the pool successfully. Non-zero
34 if any system could not be removed from the pool. Note that in this
35 case, some systems may have been successfully removed before the error
36 occurred.
37
39 Remove the system "fqdn1.example.com" from the "beakerdevs" system
40 pool:
41
42 bkr pool-remove --pool beakerdevs --system fqdn1.example.com
43
45 bkr(1), bkr-pool-add(1)
46
48 The Beaker team <beaker-devel@lists.fedorahosted.org>
49
51 2013-2022 Red Hat, Inc.
52
53
54
55
5628.3 May 21, 2022 BKR-POOL-REMOVE(1)