Connects a Block Storage volume to a specified instance, making the additional storage available to your virtual machine.
The vultr-cli block-storage attach command connects a Block Storage volume to a specified server instance, making the additional storage available to that server.
$ vultr-cli block-storage attach <Block Storage ID> [flags]
# Full example
$ vultr-cli block-storage attach 67181686-5455-4ebb-81eb-7299f3506e2c --instance=a7898453-dd9e-4b47-bdab-9dd7a3448f1f
# Shortened with aliased commands
$ vultr-cli bs a 67181686-5455-4ebb-81eb-7299f3506e2c -i=a7898453-dd9e-4b47-bdab-9dd7a3448f1f
| Shorthand | Long Version | Description |
|---|---|---|
| -i | --instance | instance ID to which to attach the block storage |
| - | --live | attach block storage without restarting the instance |