lightsail_delete_disk: Deletes the specified block storage disk

View source: R/lightsail_operations.R

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

forceDeleteAddOns

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


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.