Stops a specific Amazon Lightsail instance that is currently running.
See https://www.paws-r-sdk.com/docs/lightsail_stop_instance/ for full documentation.
lightsail_stop_instance(instanceName, force = NULL)
[required] The name of the instance (a virtual private server) to stop.
When set to True
, forces a Lightsail instance that is stuck in a
stopping
state to stop.
Only use the force
parameter if your instance is stuck in the
stopping
state. In any other state, your instance should stop normally
without adding this parameter to your API request.