gdcloud compute instances start

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

OPTIONAL FLAGS

  -h, --help             help for start
      --project string   Project ID of the virtual machine instance to start.