promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy plugin uninstall <name>

Fully removes a plugin directory including its registry entries.

agy plugin uninstall <plugin_name> purges the plugin directory completely and cleans up the associated registry entries.

โœ… WHEN TO USE IT?

Permanently remove a plugin you no longer need

agy plugin uninstall my-plugin

โ›” WHEN NOT TO?

The plugin should only be suspended temporarily

uninstall fully removes the directory and registry entries; re-enabling it later requires reinstalling.

Better: Use agy plugin disable <name>

SOURCES