| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Deletes the specified configuration template.
Note
When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.
elastic-beanstalk-delete-configuration-template -a
[
name] -t
[name]
| Name | Description | Required |
|---|---|---|
|
|
The name of the application to delete the configuration template from. Type: String Default: None Length Constraints: Minimum value of 1. Maximum value of 100. |
Yes |
|
|
The name of the configuration template to delete. Type: String Default: None Length Constraints: Minimum value of 1. Maximum value of 100. |
Yes |
The command returns the string Configuration template
deleted.
This example shows how to delete a configuration template.
PROMPT> elastic-beanstalk-delete-configuration-template -a MySampleApp -t MyConfigTemplate