paws.compute (version 0.1.0)

lightsail_detach_disk: Detaches a stopped block storage disk from a Lightsail instance

Description

Detaches a stopped block storage disk from a Lightsail instance. Make sure to unmount any file systems on the device within your operating system before stopping the instance and detaching the disk.

Usage

lightsail_detach_disk(diskName)

Arguments

diskName

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

Request syntax

svc$detach_disk(
  diskName = "string"
)

Details

The detach 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.