NAME¶
euca2ools - Detaches a volume from an instance.
DESCRIPTION¶
Detaches a volume from an instance.
euca-detach-volume [-a,
--access-key <access_key> ][-s,
--secret-key
- <secret_key> ][--config <config_path>
][--debug][--debugger][-h, --help][--region <region_name>
][-U, --url <url> ][--version][--euca-auth][-i,
--instance <instance_id> ][-d, --device <device>
][-f, --force] volume_id
REQUIRED PARAMETERS
- volume_id
- unique id for the volume to be detached
OPTIONAL PARAMETERS
- -a,--access-key
- User's Access Key ID.
- -s,--secret-key
- User's Secret Key.
- --config
- Read credentials and cloud settings from the specified
config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
- --debug
- Turn on debugging output.
- --debugger
- Enable interactive debugger on error
- -h,--help
- Display this help message.
- --region
- region to direct requests to
- -U,--url
- URL of the Cloud to connect to.
- --version
- Display the version of this tool.
- --euca-auth
- Use NC authentication mode
- -i,--instance
- unique id of a running instance to detach the volume
from.
- -d,--device
- local device name (inside the guest VM) to use.
- -f,--force
- Forces detachment if the previous detachment attempt did
not occur cleanly