lightsail_delete_instance {paws.compute}R Documentation

Deletes an Amazon Lightsail instance

Description

Deletes an Amazon Lightsail instance.

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

Usage

lightsail_delete_instance(instanceName, forceDeleteAddOns = NULL)

Arguments

instanceName

[required] The name of the instance to delete.

forceDeleteAddOns

A Boolean value to indicate whether to delete all add-ons for the instance.


[Package paws.compute version 0.6.1 Index]