AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so results in the volume being stuck in a busy state while detaching.

If an Amazon EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first.

When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance.

For more information, see Detaching an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract DetachVolumeResponse DetachVolume(
         DetachVolumeRequest request
)

Parameters

request
Type: Amazon.EC2.Model.DetachVolumeRequest

Container for the necessary parameters to execute the DetachVolume service method.

Return Value
Type: Amazon.EC2.Model.DetachVolumeResponse
The response from the DetachVolume service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5