Enviorment tags issue 400 error

Trying to remove the tag but keep getting 400 error. get the same error when trying to edit or save a tag aswell.

Hello @chad1 The 400 error when editing/saving/removing a tag is likely due to a tag name validation issue. Tag names must follow these rules:

  • Up to 20 characters
  • Only lowercase letters, numbers, -, or _
  • Must start with a lowercase letter
  • Cannot be latest
  • Cannot match the pattern v followed by numbers only (e.g. v3, v12)_

Also note: you can have a maximum of 10 tags per agent (including the defaults prod and staging). Exceeding this limit would also cause an error.

Check your tag name against these requirements.

Regards