Deletes the specified version from the specified application
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_delete_application_version.RdDeletes the specified version from the specified application.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_delete_application_version/ for full documentation.
Usage
elasticbeanstalk_delete_application_version(
ApplicationName,
VersionLabel,
DeleteSourceBundle = NULL
)Arguments
- ApplicationName
[required] The name of the application to which the version belongs.
- VersionLabel
[required] The label of the version to delete.
- DeleteSourceBundle
Set to
trueto delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.