Files
doris/docs/en/sql-reference/sql-statements/Administration/UNINTALL PLUGIN.md

1.2 KiB

title, language
title language
UNINTALL PLUGIN en

UNINTALL 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