1BKR-REMOVE-ACCOUNT(1)               Beaker               BKR-REMOVE-ACCOUNT(1)
2
3
4

NAME

6       bkr-remove-account - Remove user accounts
7

SYNOPSIS

9       bkr remove-account <user>...
10
11

DESCRIPTION

13       Removes a Beaker user account.
14
15       When the account is removed:
16
17       • it is removed from all groups and access policies
18
19       • any running jobs owned by the account are cancelled
20
21       • any systems reserved by or loaned to the account are returned
22
23       • any systems owned by the account are transferred to the admin running
24         this command, or some other user if specified using --new-owner
25
26       • the account is disabled for further login
27
28       Common bkr options are described in the Options section of bkr(1).
29

OPTIONS

31       --new-owner <username>
32              Transfers the ownership of any systems currently  owned  by  the
33              closed accounts to USERNAME.
34

EXIT STATUS

36       Non-zero on error, otherwise zero.
37

EXAMPLES

39       Close the accounts of users, user1 and user2:
40
41          bkr remove-account user1 user2
42
43       Close the account of user1 and assign their systems to user2:
44
45          bkr remove-account --new-owner=user2 user1
46

SEE ALSO

48       bkr(1)
49

AUTHOR

51       The Beaker team <beaker-devel@lists.fedorahosted.org>
52
54       2013-2022 Red Hat, Inc.
55
56
57
58
5928.3                             Jul 20, 2022            BKR-REMOVE-ACCOUNT(1)
Impressum