CLI Guide

Table Of Contents
# delete task Task1
See also
create task
delete schedule
show schedules
show tasks
delete user
Description Deletes a user account. You can delete any user, except for the user you are logged in as. However,
the system requires at least one CLI user with the manage role to exist. When a user is deleted, any
sessions associated with that user name are terminated.
This command has a confirmation prompt in interactive console mode.
Minimum role manage
Syntax
delete user
[noprompt]
name
Parameters
noprompt
Optional. Suppresses confirmation prompts. Specifying this parameter enables the command to
proceed without user interaction.
name
The user to delete. Names are case-sensitive.
Examples Delete user jsmith.
# delete user jsmith
See also
create user
show users
delete vdisks
Description
Deletes specified linear disk groups. This command applies to linear storage only.
This unmaps and deletes all volumes in the disk groups and makes all the disks available.
CAUTION: Deleting a linear disk group will delete all data it contains.
NOTE: If you delete a quarantined disk group and its missing disks are later found, the disk group
will reappear as quarantined or offline and you must delete it again (to clear those disks).
Minimum role manage
Syntax
delete vdisks
[prompt yes|no]
vdisks
Parameters
prompt yes|no
Optional. For scripting, this specifies an automatic reply to confirmation prompts:
yes: Allow the command to proceed.
Alphabetical list of commands 75