delete-network
Last updated
Delete a Rumi network and all associated resources.
rumi cloud aws delete-network --profile <profile> --name <name> [--region <region>]--profile
-p
AWS profile to use
Required
--name
-n
Name of the network to delete
Required
--region
-r
AWS region
us-east-1
rumi cloud aws delete-network --profile my-aws-profile --name my-networkThis will delete all network resources. Ensure all instances and services are terminated first.
Last updated