DetachVolumeType
The DetachVolumeType data type.
Relevant Operations
Contents
The following table describes the elements contained in DetachVolumeType.
Name | Description |
---|---|
volumeId |
The ID of the Amazon EBS volume Type: xsd:string Default: none Valid Values: ID of a volume that you own Constraints: none |
instanceId |
The ID of the instance from which the volume will detach Type: xsd:string Default: none Valid Values: ID of the instance attached to the volume Constraints: none |
device |
The device name Type: xsd:string Default: none Valid Values: Valid device ID Constraints: none |
force |
Forces detachment if the previous detachment attempt did not occur cleanly (logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach an instance from a failed instance. The instance will not have an opportunity to flush file system caches nor file system meta data. If you use this option, you must perform file system check and repair procedures. Type: xsd:boolean Default: none Valid Values: none Constraints: none |