ec2-delete-volume From Amazon Elastic Compute Cloud: 2009-08-15 previous page next page ec2-delete-volumeDescriptionDeletes an Amazon EBS volume that you own. For more information about Amazon EBS, go to the Amazon Elastic Compute Cloud Developer Guide.NoteThe volume remains in the deleting state for several minutes after you enter this command. Syntax ec2-delete-volume volume_id Options Name Description Required volume_id The ID of the volume to delete. The volume remains in the Type: String Default: None Example: vol-4282672b Yes Output The command returns a table that contains the following information: VOLUME identifier ID of the volume you deleted Amazon EC2 displays errors on stderr. Examples Example Request This example deletes volume vol-4282672b. PROMPT> ec2-delete-volume vol-4282672b VOLUME vol-4282672b Related Operations ec2-create-volume ec2-describe-volumes ec2-attach-volume ec2-detach-volume previous page start next page