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
Integeroptional
The optional amount of time to wait for the uninstall to complete. If not specified, defaults to the overall request timeout.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.uninstallPlugin( pluginName: "test-pluginName" /* optional arguments */ )