v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494316322.1 KB

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

get/#Action=RebuildEnvironment

Query parameters

EnvironmentIdstring
<p>The ID of the environment to rebuild.</p> <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </p>
EnvironmentNamestring
<p>The name of the environment to rebuild.</p> <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </p>
Action'RebuildEnvironment' required
Version'2010-12-01' required

Response

Success