paws.compute (version 0.1.0)

elasticbeanstalk_delete_application: Deletes the specified application along with all associated versions and configurations

Description

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

Usage

elasticbeanstalk_delete_application(ApplicationName,
  TerminateEnvByForce)

Arguments

ApplicationName

[required] The name of the application to delete.

TerminateEnvByForce

When set to true, running environments will be terminated before deleting the application.

Request syntax

svc$delete_application(
  ApplicationName = "string",
  TerminateEnvByForce = TRUE|FALSE
)

Details

You cannot delete an application that has a running environment.

Examples

Run this code
# NOT RUN {
# The following operation deletes an application named my-app:
# }
# NOT RUN {
svc$delete_application(
  ApplicationName = "my-app"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab