v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-171,1822,9897.4 MB

Modifies a volume attribute.

By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.

You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

get/#Action=ModifyVolumeAttribute

Query parameters

Valueboolean

The attribute value. The valid values are <code>true</code> or <code>false</code>.

Indicates whether the volume should be auto-enabled for I/O operations.

VolumeIdstring required

The ID of the volume.

DryRunboolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.

Action'ModifyVolumeAttribute' required
Version'2016-11-15' required

Response

Success