uninstallPlugin

Back to index

Summary

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

Examples

Perl

$cmdr->uninstallPlugin("TheWidget-1.0");

ectool

ectool uninstallPlugin TheWidget-1.0