promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy plugin disable <name>

Suspends a plugin without uninstalling it.

agy plugin disable <plugin_name> suspends a plugin's tools without removing the plugin directory or its configuration. It can be reactivated at any time with agy plugin enable <name>.

โœ… WHEN TO USE IT?

Switch a plugin off for testing without losing it

agy plugin disable my-plugin to narrow down a conflict with another plugin

โ›” WHEN NOT TO?

The plugin should be removed permanently and completely

disable leaves the directory and registry entries untouched.

Better: Use agy plugin uninstall <name>

SOURCES