| 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. |
The short version of this command is ec2delsnap.
ec2-delete-snapshot
snapshot_id
| Name | Description | Required |
|---|---|---|
|
|
The ID of the Amazon EBS snapshot to delete. Type: String Default: None Example: snap-78a54011 |
Yes |
| Option | Description |
|---|---|
|
|
Overrides the Region specified in the Default: The Example: |
|
|
Default: The Example: |
|
|
The private key to use when constructing requests to Amazon EC2. Default: The value of the Example: |
|
|
The X.509 certificate to use when constructing requests to Amazon EC2. Default: The value of the Example: |
|
|
Specifies a connection timeout (in seconds). Example: --connection-timeout 30 |
|
|
Specifies a request timeout (in seconds). Example: --request-timeout 45 |
|
|
Displays verbose output by showing the SOAP request and response on the command line. This is particularly useful if you are building tools to talk directly to our SOAP API. |
|
|
Displays column headers in the output. |
|
|
Shows empty columns as |
|
|
Do not display tags for tagged resources. |
|
|
Prints internal debugging information. This is useful to assist us when troubleshooting problems. |
|
|
Displays Help. |
|
|
If Example: |
The command returns a table that contains the following information:
SNAPSHOT identifier
ID of the snapshot
Amazon EC2 command line tools display errors on stderr.
This example deletes snapshot snap-78a54011.
PROMPT>ec2-delete-snapshot snap-78a54011SNAPSHOT snap-78a54011