HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/codecommit/untag-resource.rst
**To remove AWS tags from a repository**

The following ``untag-resource`` example removes the tag with the specified key from the repository named ``MyDemoRepo``. ::

    aws codecommit untag-resource \
        --resource-arn arn:aws:codecommit:us-west-2:111111111111:MyDemoRepo \
        --tag-keys Status

This command produces no output.

For more information, see `Remove a Tag from a Repository <https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-tag-repository-delete.html#how-to-tag-repository-delete-cli>`__ in the *AWS CodeCommit User Guide*.