efa vcenter delete

Deletes the VMware vCenter server registered as a tenant with this EFA instance.

Syntax

efa vcenter delete --host string [ --cleanup-tenants ]

Parameters

--host string
IP address or hostname of the VMware vCenter server tenant to delete.
--cleanup-tenants
When included, the tenants and EPGs associated to the VMware vCenter Server are deleted. When not included, the tenants and EPGs associated with the VMware vCenter Server are retained when the server is removed.

When the cleanup-tenants parameter is supplied, the command removes the registered ESXi hosts and EPGs for this VMware vCenter Server tenant.

Examples

This example deletes the VMware vCenter Server with host IP 10.24.85.111 while retaining the associated tenants and EPGs.
$ efa vcenter delete --host 10.24.85.111
This example deletes the VMware vCenter Server with host IP 10.24.85.111 and removes the associated tenants and EPGs.
$ efa vcenter delete --host 10.24.85.111 --cleanup-tenants