NAME
gdcloud compute instances start - Start a stopped virtual machine instance.
SYNOPSIS
gdcloud compute instances start INSTANCE_NAME [flags]
DESCRIPTION
Start a stopped virtual machine instance. Starting a VM instance which is already started will return without errors.
EXAMPLES
To start an instance named "example-instance" in project "example-project", run:
gdcloud compute instances start example-instance --project example-project
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.