RestoreVolumeVersion
In this article:
RestoreVolumeVersion#
Description#
Restores volume from the selected version.
Request Parameters#
VersionId — The ID of the volume version, from which the volume will be restored
Type: String
Required: Yes
VolumeId — The ID of the volume
Type: String
Required: Yes
Response Elements#
requestId — The request ID
Type: String
return —
True
is returned if the request succeeds, and an error otherwiseType: Boolean
Examples#
c2-ec2 RestoreVolumeVersion VolumeId vol-01234567 VersionId vv-12341234