Delete a system
A system cannot be deleted while it has service associations. When you delete a system using the console, it automatically removes the service associations for you. When using the AWS CLI, you must remove all service associations first, then delete the system.
To delete a system (console)
-
Open the Next generation Resilience Hub console.
-
In the navigation pane, choose Systems.
-
Select the system you want to delete.
-
Choose Actions, then choose Delete.
-
In the confirmation dialog, select the deletion acknowledgement checkbox and choose Delete.
To delete a system (AWS CLI)
-
Run the following command:
aws resiliencehubv2 delete-system \ --system-arn "arn:aws:resiliencehub:region:account-id:system/system-name:id"