Back to index
Summary
Deletes a 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. environmentNameStringrequiredThe name of the environment. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. |
Usage
Perl
$cmdr->deleteTierMap( "test-projectName", # projectName "test-applicationName", # applicationName "test-environmentProjectName", # environmentProjectName "test-environmentName" # environmentName # optionals );
ectool
ectool deleteTierMap \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-environmentProjectName" `# environmentProjectName` \ "test-environmentName" `# environmentName` \ # optionals