Skip to main content
Version: Latest-4.1

UNINSTALL PLUGIN

UNINSTALL PLUGIN is used to uninstall a plugin.

tip

This operation requires the SYSTEM-level PLUGIN privilege. You can follow the instructions in GRANT to grant this privilege.

Syntax​

UNINSTALL PLUGIN <plugin_name>

plugin_name can be viewed through SHOW PLUGINS command

Only non-builtin plugins can be uninstalled.

Examples​

  1. Uninstall a plugin:

    UNINSTALL PLUGIN auditdemo;
Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.