lightsail_detach_disk {paws.compute} | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/lightsail_detach_disk/ for full documentation.
Usage
lightsail_detach_disk(diskName)
Arguments
diskName |
[required] The unique name of the disk you want to detach from your instance
( |
[Package paws.compute version 0.9.0 Index]