gce_vm_start: Starts an instance that was stopped using the using the stop...

View source: R/vms.R

gce_vm_startR Documentation

Starts an instance that was stopped using the using the stop method.

Description

Starts an instance that was stopped using the using the stop method.

Usage

gce_vm_start(
  instances,
  project = gce_get_global_project(),
  zone = gce_get_global_zone()
)

Arguments

instances

Name of the instance resource, or an instance object e.g. from gce_get_instance

project

Project ID for this request, default as set by gce_get_global_project

zone

The name of the zone for this request, default as set by gce_get_global_zone

Details

Authentication scopes used by this function are:

  • https://www.googleapis.com/auth/cloud-platform

  • https://www.googleapis.com/auth/compute

Value

A list of operation objects with pending status

See Also

Google Documentation


cloudyr/googleComputeEngineR documentation built on June 11, 2025, 8:47 a.m.