paws.compute (version 0.1.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).

Usage

lightsail_delete_disk(diskName)

Arguments

diskName

[required] The unique name of the disk you want to delete (e.g., my-disk).

Request syntax

svc$delete_disk(
  diskName = "string"
)

Details

The disk may remain in the deleting state for several minutes.

The delete disk operation supports tag-based access control via resource tags applied to the resource identified by diskName. For more information, see the Lightsail Dev Guide.