DeleteEnvironmentConfiguration
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a draft
configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update
fails. The DeploymentStatus
for the draft configuration indicates whether the
deployment is in process or has failed. The draft configuration remains in existence until it
is deleted with this action.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- ApplicationName
-
The name of the application the environment is associated with.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- EnvironmentName
-
The name of the environment to delete the draft configuration from.
Type: String
Length Constraints: Minimum length of 4. Maximum length of 40.
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
Examples
Example
This example illustrates one usage of DeleteEnvironmentConfiguration.
Sample Request
https://elasticbeanstalk.us-west-2.amazonaws.com/?ApplicationName=SampleApp
&EnvironmentName=SampleApp
&Operation=DeleteEnvironmentConfiguration
&AuthParams
Sample Response
<DeleteEnvironmentConfigurationResponse xmlns="https://elasticbeanstalk.amazonaws.com/docs/2010-12-01/">
<ResponseMetadata>
<RequestId>fdf76507-f26d-11df-8a78-9f77047e0d0c</RequestId>
</ResponseMetadata>
</DeleteEnvironmentConfigurationResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: