awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
894 stars 115 forks source link

Ability to stop service task by id #108

Open npow opened 4 years ago

npow commented 4 years ago

Is there a way to stop a task in a service by its task ID (obtained from fargate service ps)? I thought I could use fargate task stop but that doesn't work, and when I do fargate task list it says "No tasks running".