powered by
Cancels in-progress environment configuration update or application version deployment.
elasticbeanstalk_abort_environment_update(EnvironmentId, EnvironmentName)
An empty list.
This specifies the ID of the environment with the in-progress update that you want to cancel.
This specifies the name of the environment with the in-progress update that you want to cancel.
svc$abort_environment_update( EnvironmentId = "string", EnvironmentName = "string" )
if (FALSE) { # The following code aborts a running application version deployment for # an environment named my-env: svc$abort_environment_update( EnvironmentName = "my-env" ) }
Run the code above in your browser using DataLab