bkr-system-release - Man Page

Release a reserved Beaker system

Synopsis

bkr system-release [options] <fqdn>...

Description

Releases a Beaker system which has been reserved (using bkr system-reserve or the Beaker web UI or the <reservesys/> in the job XML).

Options

Common bkr options are described in the Options section of bkr(1).

Exit Status

Non-zero on error, otherwise zero.

Examples

Reserve a particular system, provision it, do some work on it, and then release it:

bkr system-reserve system1.example.invalid
bkr system-provision --kernel-opts "nogpt" \
                     --distro-tree 12345 \
                     system1.example.invalid
# do some work on the system
bkr system-release system1.example.invalid

Release more than one system:

bkr system-release system1.example.invalid system2.example.invalid

See Also

bkr(1)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1).

Feb 11, 2024 29.1 Beaker