Delete Application Version
elasticbeanstalk_delete_application_version | R Documentation |
Deletes the specified version from the specified application¶
Description¶
Deletes the specified version from the specified application.
You cannot delete an application version that is associated with a running environment.
Usage¶
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
true
to 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.
Value¶
An empty list.
Request syntax¶
svc$delete_application_version(
ApplicationName = "string",
VersionLabel = "string",
DeleteSourceBundle = TRUE|FALSE
)