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