exo compute instance reset
Description
This commands resets a Compute instance to a base template state, and optionally resizes the instance’s disk'.
/!\ **************************************************************** /!
THIS OPERATION EFFECTIVELY WIPES ALL DATA STORED ON THE INSTANCE’S DISK
/!\ **************************************************************** /!\
Supported output template annotations: .ID, .Name, .CreationDate, .InstanceType, .Template, .Zone, .AntiAffinityGroups, .DeployTarget, .SecurityGroups, .PrivateInstance, .PrivateNetworks, .ElasticIPs, .IPAddress, .IPv6Address, .SSHKey, .DiskSize, .State, .Labels, .ReverseDNS
exo compute instance reset NAME|ID [flags]
Options
Option | Description |
---|---|
--disk-size | disk size to reset the instance to (default: current instance disk size) |
--force, -f | don't prompt for confirmation |
--help, -h | help for reset |
--template | template NAME|ID to reset the instance to (default: current instance template) |
--template-visibility | instance template visibility (public|private) |
--zone, -z | instance zone |
Options inherited from parent commands
Option | Description |
---|---|
--config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] |
--output-format, -O | Output format (table|json|text), see "exo output –help" for more information |
--output-template | Template to use if output format is "text" |
--quiet, -Q | Quiet mode (disable non-essential command output) |
--use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] |
Related Commands
- instance - Compute instances management