ecs_deregister_task_definition {paws.compute} | R Documentation |
Deregisters the specified task definition by family and revision
Description
Deregisters the specified task definition by family and revision. Upon deregistration, the task definition is marked as INACTIVE
. Existing tasks and services that reference an INACTIVE
task definition continue to run without disruption. Existing services that reference an INACTIVE
task definition can still scale up or down by modifying the service's desired count. If you want to delete a task definition revision, you must first deregister the task definition revision.
See https://www.paws-r-sdk.com/docs/ecs_deregister_task_definition/ for full documentation.
Usage
ecs_deregister_task_definition(taskDefinition)
Arguments
taskDefinition |
[required] The |
[Package paws.compute version 0.6.1 Index]