Deletes an endpoint group.
EPG-1 or
EPG-1,EPG2,EPG3
.The following example deletes a specific EPG.
(efa:extreme)extreme@node-1:~$ efa tenant epg delete --name epg2 --tenant tenant11 EndpointGroup: epg2 deleted successfully. --- Time Elapsed: 5.853148185s ---
The following example deletes a specific EPG forcefully and ignores any error.
(efa:extreme)extreme@node-1:~$ efa tenant delete --name tenant12 --force Tenant delete with force will delete associated Vrfs, EndpointGroups and PortChannels. Do you want to proceed (Y/N): y Tenant deleted successfully. --- Time Elapsed: 3.258645739s ---