View source: R/ecs_operations.R
ecs_deregister_task_definition | R Documentation |
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.
ecs_deregister_task_definition(taskDefinition)
taskDefinition |
[required] The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.