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
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-05 UTC."],[[["The `gdcloud compute instances stop` command is used to safely shut down a virtual machine instance."],["Stopping an already stopped instance will not result in an error."],["The command requires the instance's name as an argument, as shown in the `INSTANCE_NAME` portion of the synopsis."],["You can specify the project for the instance using the `--project` flag."],["Global flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet` are available for use with this command."]]],[]]