deprovision
Last updated
Deprovision and delete a private cloud.
rumi cloud aws deprovision --profile <profile> --name <name> [options]--profile
-p
AWS profile to use
Required
--name
-n
Name of the private cloud
Required
--delete-network
Also delete the network
false
--region
-r
AWS region
us-east-1
rumi cloud aws deprovision --profile my-aws-profile --name my-cloudThis permanently terminates all instances and deletes associated data. Use --delete-network to also remove network infrastructure.
Last updated