euca-delete-disk-image

Deletes a disk image used for an import task.

Syntax

euca-delete-disk-image (-t task_id | -u manifest_URL)
	[--ignore-active-task] [--s3-url URL] 
	[-o key_id] [-w key] 
	[-U URL] [--security-token token] 

Options

Option Description Required
-t task_id, --task task_id Identifier of the task to delete the image from. Yes
-u manifest_URL, --manifest_url manifest_url Location of the import manifest. Yes
--ignore-active-task Delete the image even if the import task is active. This only works when the --task parameter is specified.) No
-U url, --url url URL of the compute service endpoint. No
--s3-url url URL of the object storage service endpoint. No
-o key_id, --owner-akid key_id Access key to use for the object storage service. No
-w key, --owner-sak key Secret key to use for the object storage service. No
--security-token token The AWS delegation token. No

Common Options

Option Description
--region=region Region to direct requests to.
-U url,--url=url Override service URL with this value.
--as-account account This Eucalyptus extension is for use by the system administrator to act as the account administrator of the specified account without changing to account administrator's role.
-I access_key_id, --access-key=access_key_id Override configured access key ID with this value.
-S secret_key, --secret-key=secret_key Override configured secret key with this value.
--security-token=token Security token.
-D, --debug Prints what the command sends to the server and what it receives from the server. Use when you're trying to debug Euca2ools.
--debugger Enable interactive debugger on error.
-h,--help Display the manual page for the command.
--version Display the version of this tool.

Output

Eucalyptus does not return any message.

x