Skip to main content

bl get image

Get image information

Synopsis

Get information about container images. Usage patterns: bl get images List all images (without tags) bl get image agent/my-image Get image details for a specific resource type bl get image agent/my-image:v1.0 Get specific tag information bl get image sandbox/my-image —latest Get the latest tag reference for an image The image reference format is: resourceType/imageName[:tag]
  • resourceType: Type of resource (e.g., agent, function, job, sandbox)
  • imageName: The name of the image
  • tag: Optional tag to filter for a specific version
The —latest flag returns the image reference with the most recent tag, formatted as resourceType/imageName:tag. This is useful for scripting and for retrieving the IMAGE_ID to use when creating sandboxes from templates.

Examples

Options

Options inherited from parent commands

SEE ALSO

  • bl get - List or retrieve Blaxel resources in your workspace
Last modified on April 11, 2026