Documentation Index
Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
Use this file to discover all available pages before exploring further.
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: 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 resources from your workspace
