paws.compute (version 0.5.0)

lightsail_delete_disk: 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 (e.g., my-disk).

forceDeleteAddOns

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