Stop a virtual machine instance. Stopping a VM instance performs a clean shutdown, much like invoking the shutdown functionality of a workstation or laptop. Stopping a VM instance which is already stopped will return without errors.
EXAMPLES
To stop an instance named "example-instance" in project "example-project", run:
gdcloud compute instances stop example-instance --project example-project
OPTIONAL FLAGS
-h, --help help for stop
--project string Project ID of the virtual machine instance to stop.
[[["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-02-14 UTC."],[],[]]