Uninstall a plugin
Remove the dependency and plugin configuration layer from one profile, then restart to confirm the capability is gone.
- 01
Confirm package and profile
List dependencies first so a repository name is not mistaken for an npm package name and the correct profile is targeted.
dsh plugin --profile web list - 02
Remove the plugin
The command removes both the dependency and the configuration layer contributed by the bundle.
dsh plugin --profile web remove <package-name> - 03
Restart and inspect
Confirm settings entries, Agent tools, and related pages are no longer registered. Follow the README for external-data cleanup.