table of contents
ALIYUN-IMG-UTILS IMAGE DELETE(1) | aliyun-img-utils image delete Manual | ALIYUN-IMG-UTILS IMAGE DELETE(1) |
NAME¶
aliyun-img-utils-image-delete - Delete a compute image and optionally the...
SYNOPSIS¶
aliyun-img-utils image delete [OPTIONS]
DESCRIPTION¶
Delete a compute image and optionally the backing qcow2 blob.
OPTIONS¶
- --image-name TEXT
- Name of the image to be deleted. [required]
- --delete-blob
- Also delete the image blob from storage bucket.
- --force
- Forcibly deletes the custom image, regardless of whether the image is being used by other instances.
- --regions TEXT
- A comma separated list of region ids for deleting the provided image. If no regions are provided the image will be deleted in all available regions.
- -C, --config-dir PATH
- Aliyun Image utils config directory to use. Default: ~/.config/aliyun_img_utils/
- --profile TEXT
- The configuration profile to use. Expected to match a config file in config directory. Example: production, for ~/.config/aliyun_img_utils/production.yaml. The default value is default: ~/.config/aliyun_img_utils/default.yaml
- --no-color
- Remove ANSI color and styling from output.
- --verbose
- Display debug level logging to console.
- --info
- Display logging info to console. (Default)
- --quiet
- Display only errors to console.
- --access-key TEXT
- Access key used for authentication of requests.
- --access-secret TEXT
- Access secret used for authentication of requests.
- --bucket-name TEXT
- Storage bucket to store uploaded images.
- --region TEXT
- The region to use for the image requests.
2021-04-16 |