Deactivate a User
How to Deactivate a User #
Via the CLI #
- First, set the set the remote IP address and port number in the DET_MASTER environment variable:
export DET_MASTER=<master IP>
- Sign in as the admin user:
det user login admin
- Then run the following command:
det user deactivate <username>
Via the UI #
-
Sign in to the Machine Learning Development Environment cluster via the URL, e.g.,
http://xyz-22-11-22-11.abc-2.compute.abcdef.com:8080/
, with your admin username and password. -
View Admin Settings by selecting your profile in the upper left corner and then choosing Admin.
The system displays a list of users.
-
Select the user you want to deactivate.
-
Choose Deactivate from the more options menu.