lightsail_stop_instance {paws.compute} | R Documentation |
Stops a specific Amazon Lightsail instance that is currently running
Description
Stops a specific Amazon Lightsail instance that is currently running.
See https://www.paws-r-sdk.com/docs/lightsail_stop_instance/ for full documentation.
Usage
lightsail_stop_instance(instanceName, force = NULL)
Arguments
instanceName |
[required] The name of the instance (a virtual private server) to stop. |
force |
When set to Only use the |
[Package paws.compute version 0.9.0 Index]