NAME¶
euca2ools - Delete a previously-uploaded bundle.
DESCRIPTION¶
Delete a previously-uploaded bundle.
Use
--manifest to delete a specific bundle based on the contents of a
locally-available manifest file.
Use
--prefix to delete a specific bundle based on the contents of a
manifest file in the bucket.
(Deprecated) When neither
--manifest nor
--prefix is supplied, all
bundles in the given bucket are deleted.
euca-delete-bundle
-b,
--bucket <bucket> [-a,
--access-key <access_key> ][-s,
- --secret-key <secret_key> ][--config
<config_path> ][--debug][--debugger][-h, --help][--region
<region_name> ][-U, --url <url>
][--version][--euca-auth][-m, --manifest <manifest_path>
][-p, --prefix <prefix> ][--clear]
REQUIRED PARAMETERS
- -b,--bucket
- Name of the bucket to delete from.
OPTIONAL PARAMETERS
- -a,--access-key
- User's Access Key ID.
- -s,--secret-key
- User's Secret Key.
- --config
- Read credentials and cloud settings from the specified
config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
- --debug
- Turn on debugging output.
- --debugger
- Enable interactive debugger on error
- -h,--help
- Display this help message.
- --region
- region to direct requests to
- -U,--url
- URL of the Cloud to connect to.
- --version
- Display the version of this tool.
- --euca-auth
- Use NC authentication mode
- -m,--manifest
- Delete a bundle based on a local manifest file
- -p,--prefix
- Delete a bundle with a manifest in the bucket that begins
with a specific name (e.g. "fry" for
"fry.manifest.xml")
- --clear
- Delete the bucket if possible.