fuel-plugin-vmware-dvs/docs/user_guide/remove.rst

618 B

Uninstall VMware DVS plugin

To uninstall VMware DVS plugin, follow the steps below:

  1. Log in to the Fuel Master node CLI.

  2. Delete all the environments in which VMware DVS plugin is enabled:

    # fuel --env <ENV_ID> env delete
  3. Uninstall the plugin:

    # fuel plugins --remove fuel-plugin-vmware-dvs==3.0.0
  4. Verify whether the VMware DVS plugin was uninstalled successfully:

    # fuel plugins

    The VMware DVS plugin should not appear in the output list.