bl delete image
Delete images or image tagsSynopsis
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: The type of resource (e.g., agent, function, job)
- imageName: The name of the image
- tag: Optional tag to delete only that specific version
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl delete - Delete a resource
