#how do I uninstall the whatsapp plugin
1 messages ยท Page 1 of 1 (latest)
For a normal plugin-manager install, use:
openclaw plugins list --verbose
openclaw plugins uninstall whatsapp --dry-run
openclaw plugins uninstall whatsapp
openclaw gateway restart
--dry-run shows exactly what would be removed first. The uninstall command removes the plugin config/install records and, by default, the installed plugin files. Docs: https://docs.openclaw.ai/cli/plugins
If you only want WhatsApp to stop loading but might use it again later, disable instead:
openclaw plugins disable whatsapp
openclaw gateway restart
If any of those commands behave differently, first grab:
openclaw --version
openclaw plugins list --verbose
The WhatsApp channel docs are here too: https://docs.openclaw.ai/channels/whatsapp