HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
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*.