This section describes deleting configuration objects with the WebUI.
Deleting Configuration Objects Using the WebUI
Assume there is a routing table called my_rt1 in the routing table list that must be deleted. The routing table list must first be displayed and the routing table my_rt1 selected.
Open the function menu on the right-hand side and select the delete option from the menu.
The object is now marked for deletion during the next commit operation and a negative sign appears next to it in the object list.
To complete the deletion, the configuration changes must be committed in the same way that the add operation was committed earlier in this section. The deletion can also be discarded instead of being committed.
Deleting Configuration Objects Using the CLI
When using the CLI, object deletion is performed using the delete command. For example, the following will delete the address object my-ip1 on the node called my-node1:admin@InCenter:/> cc StandaloneNode my-node1 admin@InCenter:/my-node1> delete IPAddress my-ip1