View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_delete_application | R Documentation |
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.
elasticbeanstalk_delete_application(
ApplicationName,
TerminateEnvByForce = NULL
)
ApplicationName |
[required] The name of the application to delete. |
TerminateEnvByForce |
When set to true, running environments will be terminated before deleting the application. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.