Removing images
Users can remove images from the environments they have access to.
Removing an image has the following effects:
- Marking the image as deleted.
- Freeing storage space taken by its Docker layers.
- Removing all jobs of the image.
In order to remove an image using the CLI:
- Make sure you have completed the CLI installation.
- Activate the environment where the image is defined, using the
bx envcommand. - Remove the image by using the
bx rmicommand.