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

--host string
IP address or host name of the SCVMM server to connect to
--cleanup_epgs
When included, the EPGs associated with the Microsoft SCVMM server are deleted. When not included, the EPGs associated with the Microsoft SCVMM server are not removed when the server is removed.

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