# kraft cloud image

```
kraft cloud image SUBCOMMAND
```

### Examples

```
# List images in your account.
$ kraft cloud image list

# Delete an image from your account.
$ kraft cloud image remove caddy@sha256:2ba5324141...

```

## Options

```
  -h, --help   help for image
```

## Options inherited from parent commands

```
      --allow-insecure   Allow insecure connections to the Unikraft Cloud API
      --metro string     Unikraft Cloud metro location
      --token string     Unikraft Cloud access token
```

## See Also

* [`kraft cloud`](/docs/cli/kraft/cloud): Manage resources on Unikraft Cloud
* [`kraft cloud image list`](/docs/cli/kraft/cloud/image/list): List all images for your account
* [`kraft cloud image remove`](/docs/cli/kraft/cloud/image/remove): Remove an image

