View source: R/ecs_operations.R
ecs_deregister_container_instance | R Documentation |
Deregisters an Amazon ECS container instance from the specified cluster. This instance is no longer available to run tasks.
See https://www.paws-r-sdk.com/docs/ecs_deregister_container_instance/ for full documentation.
ecs_deregister_container_instance(
cluster = NULL,
containerInstance,
force = NULL
)
cluster |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister. If you do not specify a cluster, the default cluster is assumed. |
containerInstance |
[required] The container instance ID or full ARN of the container instance to deregister. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide. |
force |
Forces the container instance to be deregistered. If you have tasks
running on the container instance when you deregister it with the
Any containers in orphaned service tasks that are registered with a Classic Load Balancer or an Application Load Balancer target group are deregistered. They begin connection draining according to the settings on the load balancer or target group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.