Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

DeleteConfigurationTemplate - AWS Elastic Beanstalk

DeleteConfigurationTemplate

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.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

ApplicationName

The name of the application to delete the configuration template from.

Type: String

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

Required: Yes

TemplateName

The name of the configuration template to delete.

Type: String

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

Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors.

OperationInProgressFailure

Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

HTTP Status Code: 400

Examples

Example

This example illustrates one usage of DeleteConfigurationTemplate.

Sample Request

https://elasticbeanstalk.us-west-2.amazonaws.com/?ApplicationName=SampleApp &TemplateName=SampleAppTemplate &Operation=DeleteConfigurationTemplate &AuthParams

Sample Response

<DeleteConfigurationTemplateResponse xmlns="https://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"> <ResponseMetadata> <RequestId>af9cf1b6-f25e-11df-8a78-9f77047e0d0c</RequestId> </ResponseMetadata> </DeleteConfigurationTemplateResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.