#how do I uninstall the whatsapp plugin

1 messages ยท Page 1 of 1 (latest)

tawdry python
#

how do I uninstall the whatsapp plugin

hardy dustBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

wooden oxideBOT
warm shoreBOT
# tawdry python how do I uninstall the whatsapp plugin

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
warm shoreBOT