Reset a virtual machine instance. Resetting a VM instance is similar to doing a hard reset on your computer, where you might press a reset button or press and hold the power button. Resetting a VM forcibly wipes the memory contents of the machine and resets the VM to its initial state. The VM does not perform a clean shutdown of the guest OS.
EXAMPLES
To reset an instance named "example-instance" in project "example-project", run:
gdcloud compute instances reset example-instance --project example-project
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `gdcloud compute instances reset` command is used to forcibly reset a virtual machine instance to its initial state."],["Resetting an instance is akin to a hard reset on a physical computer, wiping the machine's memory without a clean shutdown of the guest OS."],["To reset an instance, you must provide the `INSTANCE_NAME` and can optionally use the `--project` flag to specify the project."],["The gdcloud CLI also supports the use of wide flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet`."]]],[]]