aragonosx:uninstall
Uninstall a plugin from the connected DAO via the Plugin Setup Processor.
Syntax
Section titled “Syntax”aragonosx:uninstall <plugin> [...params]Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
plugin | plugin | Installed plugin to remove |
[...params] | any | Plugin uninstallation parameters |
Examples
Section titled “Examples”# Remove the token-voting plugin through a multisig proposalaragonosx:connect mydao ( aragonosx:propose multisig ( aragonosx:uninstall token-voting ))- Must run inside a
proposeoractblock: 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
prepareUninstallationinputs) can be appended after the plugin identifier.