Back to index
Summary
Used to get rid of resource pools that are no longer needed, and tear down associated dynamic resources.resourcePoolNameStringoptionalName for the resource pool. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.tearDownResourcePool( /* optional arguments */ )