Purpose
Delete
an instance of a configuration
object.
Syntax
delete object-type object-instance
Parameters
- object-type
- Type of the object to be deleted
- object-instance
- Name of the object instance to be deleted
Usage Notes
Some objects cannot be deleted.
These objects include the following:
- Objects for which there
is only one instance, called singleton
objects
- Objects for which there is a predefined, finite set,
such as the ethernet-interface objects.
Example
Delete
a vlan-interface named v1000.
Console> delete vlan-interface v1000
Console>