Delete Container Service
lightsail_delete_container_service | R Documentation |
Deletes your Amazon Lightsail container service¶
Description¶
Deletes your Amazon Lightsail container service.
Usage¶
lightsail_delete_container_service(serviceName)
Arguments¶
serviceName |
[required] The name of the container service to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_container_service(
serviceName = "string"
)