Delete a Capacity Reservation group - Amazon Elastic Compute Cloud
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Delete a Capacity Reservation group

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

Amazon 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