Back to index
Summary
Uninstalls a plugin and deletes the associated project and any installed files.pluginNameStringrequiredThe name of the plugin. timeoutLongoptionalThe optional amount of time to wait for the uninstall to complete. If not specified, defaults to the overall request timeout. |
Usage
Perl
$cmdr->uninstallPlugin( "test-pluginName" # pluginName # optionals );
ectool
ectool uninstallPlugin \ "test-pluginName" `# pluginName` \ # optionals