Remove VIBs from a Host - VMware
docs.vmware.com › en › VMware-vSpherePlace the host in maintenance mode. esxcli --server=< server_name > system maintenanceMode set --enable true If necessary, shut down or migrate virtual machines. Determine which VIBs are installed on the host. esxcli --server=< server_name > software vib list Remove the VIB. esxcli --server=< server_name > software vib remove --vibname=< name >