efa tenant epg delete
Deletes an End Point Group (epg)
Syntax
efa tenant epg delete
[
--force
|
--name
epg-name|
--tenant
tenant name
|
--help]
Parameters
- --force
- Forces the deletion of any
underling End Point Group tied to the tenant.
- --help
- Displays help for delete.
- --name
- Specifies the EPG name or comma separated
EPG names to be deleted. Example: EPG-1 or EPG-1,EPG2,EPG3.
- --tenant
- Specifies the tenant name.
Usage Guidelines
Any EPG tied to a tenant should first be deleted before
attempting to delete the tenant, as this removes any port level configurations on the
switch that are defined by the EPG. Failure to do this will result in EFA returning an
error, however using the –force option will override this error and delete the
underlying EPG configuration on the switch.
Examples
The following example deletes epg 11 on tenant 11.
efa tenant epg delete --name epg11 --tenant tenant11