Mereset instance virtual machine. Mereset instance VM mirip dengan mereset komputer ke setelan pabrik, yaitu Anda dapat menekan tombol reset atau menekan dan menahan tombol daya. Mereset VM akan menghapus total isi memori mesin secara paksa dan mereset VM ke keadaan awal. VM tidak melakukan penonaktifan bersih pada OS tamu.
CONTOH
To reset an instance named "example-instance" in project "example-project", run:
gdcloud compute instances reset example-instance --project example-project
FLAG GDCLOUD WIDE
Flag ini tersedia untuk semua perintah: --configuration, --format, --help, --project, --quiet.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[[["\u003cp\u003eResets a virtual machine instance to its initial state by forcibly wiping its memory.\u003c/p\u003e\n"],["\u003cp\u003eThe command \u003ccode\u003egdcloud compute instances reset INSTANCE_NAME\u003c/code\u003e is used to reset a virtual machine instance.\u003c/p\u003e\n"],["\u003cp\u003eResetting a VM instance does not perform a clean shutdown of the guest operating system.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--project\u003c/code\u003e flag specifies the project ID of the virtual machine instance being reset.\u003c/p\u003e\n"]]],[],null,["# gdcloud compute instances reset\n\nNAME\n----\n\ngdcloud compute instances reset - Reset a virtual machine instance.\n\nSYNOPSIS\n--------\n\n gdcloud compute instances reset INSTANCE_NAME [flags]\n\nDESCRIPTION\n-----------\n\nReset 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.\n\n### EXAMPLES\n\n To reset an instance named \"example-instance\" in project \"example-project\", run:\n\n gdcloud compute instances reset example-instance --project example-project\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/appliance/resources/gdcloud-reference/gdcloud) page."]]