Remove a tag from a report group - Amazon CodeBuild
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Remove a tag from a report group

You can remove one or more tags associated with a report group. Removing a tag does not delete the tag from other Amazon resources that are associated with that tag.

Important

Removing tags for a report group can impact access to that report group. Before you remove a tag from a report group, make sure to review any IAM policies that might use the key or value for a tag to control access to resources such as report groups. For examples of tag-based access policies, see Using tags to control access to Amazon CodeBuild resources.

Remove a tag from a report group (console)

You can use the CodeBuild console to remove the association between a tag and a CodeBuild report group.

  1. Open the CodeBuild console at https://console.amazonaws.cn/codebuild/.

  2. In Report groups, choose the name of the report group where you want to remove tags.

  3. In the navigation pane, choose Settings.

  4. Choose Edit.

  5. Find the tag you want to remove, and then choose Remove tag.

  6. When you have finished removing tags, choose Submit.

Remove a tag from a report group (Amazon CLI)

Follow these steps to use the Amazon CLI to remove a tag from a CodeBuild report group. Removing a tag does not delete it, but simply removes the association between the tag and the report group.

Note

If you delete a CodeBuild report group, all tag associations are removed from the deleted report group. You do not have to remove tags before you delete a report group.

To delete one or more tags from a report group, see Edit tags for a report group (Amazon CLI). Update the tags section in the JSON-formatted data with an updated list of tags that does not contain the ones you want to delete. If you want to delete all tags, update the tags section to:

"tags: []"