deprovision
Last updated
Tear down a provisioned Rumi environment: delete every instance, then the network.
rumi cloud civo deprovision \
--api-key <token> \
--region <region> \
--network <network> \
--keyPair <keypair> \
[options]--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
Required
--region
-r
The Civo region in which to delete the environment (e.g. FRA1)
Required
--network
-n
The name of the provisioned Rumi environment to delete
Required
--keyPair
-K
The network SSH key pair
Required
rumi cloud civo deprovision \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloud \
--keyPair rumiThis permanently deletes all instances in the environment (platform nodes and service workers) along with their data, and the network itself.
Last updated