tearDownEnvironment

On this page
Back to index

Summary

Used to get rid of an environment that is no longer needed, and tear down associated dynamic resources.
environmentName
Stringrequired
The name of the environment.
projectName
Stringrequired
Name 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`