Back to index
Summary
Used to get rid of an environment that is no longer needed, and tear down associated dynamic resources.projectNameStringrequiredName for the project containing the environment. environmentNameStringrequiredThe name of the environment. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.tearDownEnvironment( projectName: "test-projectName", environmentName: "test-environmentName" )