Uninstall
Overview
Describes how to use the devsetup -uninstall command to remove a development environment using a configuration file or provider.
Options
Lists the supported input methods for the uninstall command, allowing environments to be removed from various sources.
Uninstall From Local Providerv1.0.0+
v1.0.0+
Removes an environment configuration by name from the local environments directory.
devsetup -uninstall -name myprojectUninstall From Community Providerv1.0.3+
v1.0.3+
Removes an environment by name from the built-in community repository.
devsetup -uninstall -name community:hugoUninstall From Custom Providerv1.0.3+
v1.0.3+
Removes an environment from a user-specified provider, supporting custom or private repositories.
devsetup -uninstall -name privaterepo:myprojectUninstall From Pathv1.0.8+
v1.0.8+
Removes an environment directly from a specified file path on the local filesystem.
devsetup -uninstall -path C:\projects\myproject\myproject.devsetup