close
Share feedback
Answers are generated based on the documentation.

sbx template rm

DescriptionRemove a template image
Usagesbx template rm TAG|ID [flags]

Description

Remove a template image from the sandbox runtime's image store.

The image can be identified by tag (e.g. "myimage:v1.0") or by image ID (full or prefix, e.g. "abc123"). Use "sbx template ls" to see available images and their IDs.

Global options

OptionDefaultDescription
-D, --debugEnable debug logging

Examples

# Remove by tag
sbx template rm myimage:v1.0

# Remove by image ID (prefix)
sbx template rm abc123