Beaker

bkr loan-return: Return a current Beaker system loan

Synopsis

bkr loan-return [options] <fqdn>

Description

Returns a Beaker system loan that was previously granted using bkr loan-grant or the Beaker web UI).

New in version 0.15.2.

Options

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

Exit status

Non-zero on error, otherwise zero.

Examples

Temporarily grant a user exclusive access to a particular system:

bkr loan-grant --recipient jdoe system1.example.invalid
# jdoe now has almost exclusive access to use the system
bkr loan-return system1.example.invalid
# Either jdoe or a user with permission to loan the system to other users
# can return the granted loan

See also

bkr(1)