terminate-instance
Last updated
Terminate (delete) a single service instance in a network.
rumi cloud civo terminate-instance \
--api-key <token> \
--region <region> \
--network <network> \
--keyPair <keypair> \
--name <name> \
[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 instance (e.g. FRA1)
Required
--network
-n
The name of the network in which to delete the instance
Required
--keyPair
-K
The network SSH key pair
Required
--name
-i
The name of the instance to delete
Required
--nowait
-o
Do not wait for the instance to fully terminate
false
Terminating an instance permanently deletes it and its data. To tear down the whole environment, use deprovision.
Last updated
rumi cloud civo terminate-instance \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloud \
--keyPair rumi \
--name myapp