DocsReleasesCommunityGuidesBlog

kraft cloud img remove

Remove an image

Remove an image for your account.

kraft cloud img remove [FLAGS] [USER/]NAME[:latest|@sha256:...]

Examples#

# Remove an image from your account.
$ kraft cloud image remove caddy
# Remove an image from your account by tag.
$ kraft cloud image remove caddy:latest
# Remove an image from your account by digest.
$ kraft cloud image remove caddy@sha256:2ba5324141...
# Remove an image from your account with user.
$ kraft cloud image remove user/caddy
# Remove multiple images from your account.
$ kraft cloud image remove caddy:latest nginx:latest caddy:other-latest
# Remove all images from your account.
$ kraft cloud image remove --all

Options#

--all Remove all images
-h, --help help for remove

Options inherited from parent commands#

--metro string Unikraft Cloud metro location
--token string Unikraft Cloud access token

See Also#

  • kraft cloud img: Manage images
Edit this page on GitHub

Connect with the community

Feel free to ask questions, report issues, and meet new people.

Join us on Discord!
®

Getting Started

What is a unikernel?Install CLI companion toolUnikraft InternalsRoadmap

© 2025  The Unikraft Authors. All rights reserved. Documentation distributed under CC BY-NC 4.0.