Back to index
Summary
Deletes an environment template tier map from an application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. environmentProjectNameStringrequiredThe name of the environment's project name. environmentTemplateNameStringrequiredThe name of the environment template. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. |
Usage
Perl
$cmdr->deleteEnvironmentTemplateTierMap( "test-projectName", # projectName "test-applicationName", # applicationName "test-environmentProjectName", # environmentProjectName "test-environmentTemplateName" # environmentTemplateName # optionals );
ectool
ectool deleteEnvironmentTemplateTierMap \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-environmentProjectName" `# environmentProjectName` \ "test-environmentTemplateName" `# environmentTemplateName` \ # optionals