가상 머신 인스턴스를 재설정합니다. VM 인스턴스를 재설정하는 것은 재설정 버튼을 누르거나 전원 버튼을 길게 눌러 컴퓨터를 초기화하는 것과 유사합니다. VM을 강제로 재설정하면 머신의 메모리 콘텐츠가 완전히 삭제되고 VM이 초기 상태로 재설정됩니다. VM은 게스트 OS의 완전 종료를 수행하지 않으며,
EXAMPLES
To reset an instance named "example-instance" in project "example-project", run:
gdcloud compute instances reset example-instance --project example-project
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]