lightsail_start_instance {paws.compute}R Documentation

Starts a specific Amazon Lightsail instance from a stopped state

Description

Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance, use the ⁠reboot instance⁠ operation.

See https://www.paws-r-sdk.com/docs/lightsail_start_instance/ for full documentation.

Usage

lightsail_start_instance(instanceName)

Arguments

instanceName

[required] The name of the instance (a virtual private server) to start.


[Package paws.compute version 0.7.0 Index]