Previous Topic: create (User Management)--Add a New UserNext Topic: user set (User Management)--Modify a User's Profile


destroy (User Management)--Delete an Existing User

Delete an existing user from the grid controller's local directory service database.

Syntax
user destroy <name>  
Options
<name>

Name of local user to delete. If the user name begins with '-' (e.g., '--myname'), the <name> argument must be preceded with '--' (e.g., '-- --myname').

Examples
user destroy myuser

Delete 'myuser'

Note: This command removes the specified user from the grid's controller. It also removes the user's SSH key, if one was set up, disabling the user's access to the command line interface too.