Back to all guides
Last verified DSH 0.1.0-rc.7 · 2026-09-01

Uninstall a plugin

Remove the dependency and plugin configuration layer from one profile, then restart to confirm the capability is gone.

Continue in HarnessOpens the local Plugin Hub without executing a website command
  1. 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
  2. 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>
  3. 03

    Restart and inspect

    Confirm settings entries, Agent tools, and related pages are no longer registered. Follow the README for external-data cleanup.