View source: R/lightsail_operations.R
lightsail_delete_disk | R Documentation |
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.
lightsail_delete_disk(diskName, forceDeleteAddOns = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.