You can remove tags from an AWS CloudHSM cluster by using the AWS CloudHSM console
To remove tags (console)
Open the AWS CloudHSM console at https://console.aws.amazon.com/cloudhsm/home
. -
Choose the cluster whose tags you are removing.
-
Choose Tags.
-
Choose Edit Tag and then choose Remove tag for the tag you want to remove.
-
Choose Save.
To remove tags (AWS CLI)
-
At a command prompt, issue the untag-resource command, specifying the tag keys of the tags that you are removing and the ID of the cluster whose tags you are removing. When you use the AWS CLI to remove tags, specify only the tag keys, not the tag values.
$
aws cloudhsmv2 untag-resource --resource-id
<cluster ID>
\ --tag-key-list "<tag key>
"
To remove tags (AWS CloudHSM API)
-
Send an UntagResource request in the AWS CloudHSM API, specifying the ID of the cluster and the tags that you are removing.