v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1456373564.1 KB

Deletes a specified task set within a service. This is used when a service uses the <code>EXTERNAL</code> deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.

post/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteTaskSet

Headers

X-Amz-Target'AmazonEC2ContainerServiceV20141113.DeleteTaskSet' required

Request body

clusterstring required

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.

servicestring required

The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.

taskSetstring required

The task set ID or full Amazon Resource Name (ARN) of the task set to delete.

forceboolean

If <code>true</code>, you can delete a task set even if it hasn't been scaled down to zero.

Response

Success