Back to index
Summary
Used to get rid of an environment that is no longer needed, and tear down associated dynamic resources.environmentNameStringrequiredThe name of the environment. projectNameStringrequiredName for the project containing the environment. |
Usage
Perl
$cmdr->tearDownEnvironment( "test-environmentName", # environmentName "test-projectName" # projectName );
ectool
ectool tearDownEnvironment \ "test-environmentName" `# environmentName` \ "test-projectName" `# projectName`