uninstallPlugin

On this page
Back to index

Summary

Uninstalls a plugin and deletes the associated project and any installed files.
pluginName
Stringrequired
The name of the plugin.
timeout
Stringoptional
The 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