AWS Elastic Beanstalk
Developer Guide (API Version 2010-12-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

elastic-beanstalk-delete-configuration-template

Description

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.

Syntax

elastic-beanstalk-delete-configuration-template -a [name] -t [name]

Options

NameDescriptionRequired

-a

--application-name name

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

-t

--template-name

The name of the configuration template to delete.

Type: String

Default: None

Length Constraints: Minimum value of 1. Maximum value of 100.

Yes

Output

The command returns the string Configuration template deleted.

Examples

Deleting a Configuration Template

This example shows how to delete a configuration template.

PROMPT> elastic-beanstalk-delete-configuration-template -a MySampleApp -t MyConfigTemplate