efa scvmm delete
Deletes the Microsoft SCVMM server registered as a tenant with this EFA instance. When the --cleanup_epgs parameter is supplied, deletes the EPGs configured for the Microsoft SCVMM tenant.
Syntax
efa scvmm delete --host string [ --cleanup_epgs ]Parameters
Examples
This example deletes the Microsoft SCVMM server with host IP 10.24.85.111 while retaining the associated tenants and EPGs.
$ efa scvmm delete --host 10.24.85.111
This example deletes the Microsoft SCVMM server with host IP 10.24.85.111 and removes the associated tenants and EPGs too.
$ efa scvmm delete --host 10.24.85.111 --cleanup_epgs