Skip to main content

UNINSTALL PLUGIN

Description​

This statement is used to uninstall a plugin.

Syntax:​

UNINSTALL PLUGIN <plugin_name>;

Required parameters​

** 1. <plugin_name>**

The name of the uninstalled plugin

Permission Control​

The user executing this SQL command must have at least the following permissions:

PermissionsObjectNotes
ADMIN_PRIVThe entire clusterRequires administrative privileges for the entire cluster

Precautions​

Only non-builtin plugins can be uninstalled

Example​

  • To uninstall a plugin:

    UNINSTALL PLUGIN auditdemo;