CLI Guide

Table Of Contents
See also
drill-down
set
unalias
Removes a command alias.
Contexts
All contexts.
Syntax
unalias
[-n|--name] name
[-a|--all]
Arguments
Optional arguments
[-n|--name] name The name of the alias to remove.
[-a|--all]
Remove all defined aliases.
Example
In the following example:
alias displays a list of all aliases on the metro node
unalias deletes the specified alias
alias confirms the deletion
VPlexcli:/> alias
Name Description
------------ -------------------------------------------
? Substitutes the 'help' command.
GoToDir_2_2A Substitutes the 'cd
/clusters/cluster-1/directors/Cluster_2_Dir_2A' command.
ll Substitutes the 'ls -al' command.
quit Substitutes the 'exit' command.
VPlexcli:/> unalias GoToDir_2_2A
VPlexcli:/> alias
Name Description
---- ---------------------------------
? Substitutes the 'help' command.
ll Substitutes the 'ls -al' command.
quit Substitutes the 'exit' command.
See also
alias
310
Commands