Zudoku
kraft cloud img

kraft cloud img remove

Remove an image for your account.

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

Examples

Code
# 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

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

Options inherited from parent commands

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

Aliases

The kraft cloud img remove command can also be run as:

Code
rm, delete, del

See Also

Last modified on