| Did this page help you? Yes No Tell us about it... |
Deletes a snapshot of an Amazon EBS volume.
![]() | Note |
|---|---|
If you make periodic snapshots of a volume, the snapshots are incremental so that only the blocks on the device that have changed since your last snapshot are incrementally saved in the new snapshot. Even though snapshots are saved incrementally, the snapshot deletion process is designed so that you need to retain only the most recent snapshot in order to restore the volume. |
| Name | Description | Required |
|---|---|---|
|
|
The ID of the Amazon EBS snapshot to delete. Type: String Default: None |
Yes |
The elements in the following table are wrapped in a
DeleteSnapshotResponse structure.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
Returns true if the request succeeds. Otherwise, returns an error. Type: xsd:boolean |
This example deletes snapshot snap-78a54011.
https://ec2.amazonaws.com/?Action=DeleteSnapshot &SnapshotId.1=snap-78a54011 &AUTHPARAMS
<DeleteSnapshotResponse xmlns="http://ec2.amazonaws.com/doc/2011-05-15/"> <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> <return>true</return> </DeleteSnapshotResponse>