paws.compute (version 0.5.0)

ecs_deregister_task_definition: 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 family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister. You must specify a revision.