| Did this page help you? Yes No Tell us about it... |
This section describes how to delete a snapshot.
![]() | Note |
|---|---|
Be aware of the following:
|
To delete a snapshot
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
Click Snapshots in the Navigation pane.
The console displays a list of current snapshots.
Select a snapshot and click Delete Snapshot.
A confirmation dialog box appears.
Click Yes, Delete.
The snapshot is deleted.
To delete a snapshot
Enter the following command.
PROMPT>ec2-delete-snapshotsnapshot_id
Amazon EC2 returns information similar to the following example.
SNAPSHOT snap-78a54011 To delete a snapshot
Construct the following Query request.
https://ec2.amazonaws.com/
?Action=DeleteSnapshot
&SnapshotId=snapshot-id
&...auth parameters...
Following is an example response.
<DeleteSnapshotResponse xmlns="http://ec2.amazonaws.com/doc/2012-04-01/"> <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> <return>true</return> </DeleteSnapshotResponse>