Manage Installation Images
This page explains how you may list and delete installation images as desired.
List Images
You may list all published installation images registered on your account with the image list CLI command, such as:
apex image list
This will display a tabular view listing all installation images you have published.
Delete image
You may permanently delete an installation image off the repository by using the image delete CLI command, such as:
apex image delete <ALIAS>
apex image delete ecommerce
This will verify the installation image exists on the repository, then confirm that you wish to delete the installation image.