# NOT RUN {
# This example deletes the 'team' tag from the 'dev' cluster.
# }
# NOT RUN {
svc$untag_resource(
  resourceArn = "arn:aws:ecs:region:aws_account_id:cluster/dev",
  tagKeys = list(
    "team"
  )
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab