Delete a Capacity Reservation group - Amazon Elastic Compute Cloud
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Delete a Capacity Reservation group

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

AWS CLI
To delete a group

Use the delete-group command.

aws resource-groups delete-group --group MyCRGroup
PowerShell
To delete a group

Use the Remove-RGGroup cmdlet.

Remove-RGGroup -GroupName MyCRGroup