bl delete image
Delete images or image tags
Synopsis
Delete container images or specific tags.
Usage patterns:
bl delete image agent/my-image Delete image with all its tags
bl delete image agent/my-image:v1.0 Delete only the specified tag
The image reference format is: resourceType/imageName[:tag]
- resourceType: Type of resource (e.g., agent, function, job)
- imageName: The name of the image
- tag: Optional tag to delete only that specific version
WARNING: Deleting an image without specifying a tag will remove ALL tags.
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl delete - Delete resources from your workspace
Last modified on April 11, 2026