unalias

Purpose

Remove a configured command line interface (CLI) command alias.

Syntax

unalias name

Parameters

name
Alternate name for command line interface (CLI) command that is to be removed

Related Commands

See alias.

Example

Show configured aliases and then remove the alias called test-connectivity.
Console> alias                                    
alias test-connectivity "net-test ping 9.42.106.2"
Console> unalias test-connectivity                
Console> alias                                              
No aliases defined                                          
Console>