Skip to content

aragonosx:uninstall

Uninstall a plugin from the connected DAO via the Plugin Setup Processor.

aragonosx:uninstall <plugin> [...params]
NameTypeDescription
pluginpluginInstalled plugin to remove
[...params]anyPlugin uninstallation parameters
# Remove the token-voting plugin through a multisig proposal
aragonosx:connect mydao (
aragonosx:propose multisig (
aragonosx:uninstall token-voting
)
)
  • Must run inside a propose or act block: only the DAO itself can apply an uninstallation.
  • The helper contracts recorded at installation time are passed back to the plugin setup; extra parameters (when a setup declares prepareUninstallation inputs) can be appended after the plugin identifier.