Deactivate a User

How to Deactivate a User

Via the CLI

  1. First, set the set the remote IP address and port number in the DET_MASTER environment variable:
    export DET_MASTER=<master IP>
  2. Sign in as the admin user:
    det user login admin
  3. Then run the following command:
    det user deactivate <username>

Via the UI

  1. 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.

  2. View Admin Settings by selecting your profile in the upper left corner and then choosing Admin.

    The system displays a list of users.

  3. Select the user you want to deactivate.

  4. Choose Deactivate from the more options menu.