Disconnects a Block Storage volume from a virtual machine while preserving all data stored on the volume.
The vultr-cli block-storage detach command disconnects a Block Storage volume from a Vultr instance, making the storage unavailable to that server while preserving the data.
$ vultr-cli block-storage detach <Block Storage ID> [flags]
# Full example
$ vultr-cli block-storage detach 67181686-5455-4ebb-81eb-7299f3506e2c
# Shortened with aliased commands
$ vultr-cli bs detach 67181686-5455-4ebb-81eb-7299f3506e2c
| Shorthand | Long Version | Description |
|---|---|---|
| - | --live | detach block storage without a restarting instance |