Delete a Capacity Reservation group - Amazon Elastic Compute Cloud

Delete a Capacity Reservation group

You can use the following information to delete a Capacity Reservation group.

To delete a group

Use the delete-group AWS CLI command. For group, provide the name of the group to delete.

For example, the following command deletes a group named MyCRGroup.

aws resource-groups delete-group --group MyCRGroup

The following shows example output.

{ "Group": { "GroupArn": "arn:aws:resource-groups:sa-east-1:123456789012:group/MyCRGroup", "Name": "MyCRGroup" } }