bkr-remove-account - Man Page

Remove user accounts

Synopsis

bkr remove-account <user>...

Description

Removes a Beaker user account.

When the account is removed:

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

Options

--new-owner <username>

Transfers the ownership of any systems currently owned by the closed accounts to USERNAME.

Exit Status

Non-zero on error, otherwise zero.

Examples

Close the accounts of users, user1 and user2:

bkr remove-account user1 user2

Close the account of user1 and assign their systems to user2:

bkr remove-account --new-owner=user2 user1

See Also

bkr(1)

Author

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

Referenced By

bkr(1).

Feb 11, 2024 29.1 Beaker