elasticbeanstalk_delete_application: Deletes the specified application along with all associated...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_delete_applicationR Documentation

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.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_delete_application/ for full documentation.

Usage

elasticbeanstalk_delete_application(
  ApplicationName,
  TerminateEnvByForce = NULL
)

Arguments

ApplicationName

[required] The name of the application to delete.

TerminateEnvByForce

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


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.