lightsail_delete_disk {paws.compute} | R Documentation |
Deletes the specified block storage disk
Description
Deletes the specified block storage disk. The disk must be in the available
state (not attached to a Lightsail instance).
See https://www.paws-r-sdk.com/docs/lightsail_delete_disk/ for full documentation.
Usage
lightsail_delete_disk(diskName, forceDeleteAddOns = NULL)
Arguments
diskName |
[required] The unique name of the disk you want to delete ( |
forceDeleteAddOns |
A Boolean value to indicate whether to delete all add-ons for the disk. |
[Package paws.compute version 0.9.0 Index]