Files
doris/docs/en/sql-reference/sql-statements/Administration/UNINTALL PLUGIN.md
2020-08-26 10:48:07 +08:00

1.2 KiB

title, language
title language
UNINSTALL PLUGIN en

UNINSTALL PLUGIN

description

To uninstall a plugin.

Syntax

    UNINSTALL PLUGIN plugin_name;
    
    plugin_name can be found by `SHOW PLUGINS;`.
    
    Can only uninstall non-builtin plugins.

example

1. Uninstall a plugin:

    UNINSTALL PLUGIN auditdemo;

keyword

UNINSTALL,PLUGIN