Delete Container Image
lightsail_delete_container_image | R Documentation |
Deletes a container image that is registered to your Amazon Lightsail container service¶
Description¶
Deletes a container image that is registered to your Amazon Lightsail container service.
Usage¶
lightsail_delete_container_image(serviceName, image)
Arguments¶
serviceName |
[required] The name of the container service for which to delete a registered container image. |
image |
[required] The name of the container image to delete from the container service. Use the Container images sourced from your Lightsail container service, that
are registered and stored on your service, start with a colon
( |
Value¶
An empty list.
Request syntax¶
svc$delete_container_image(
serviceName = "string",
image = "string"
)