# unikraft images delete

Remove an image.

```
unikraft images delete <target> ... [flags]
```

## Examples

Delete a remote image:

```bash
unikraft image delete unikraft.io/official/nginx:latest
```

## Options

```
  -f, --field FIELD           Specify which fields to include in the output.
  --insecure INSECURE         Allow insecure (HTTP/unverified TLS) connections to registries. Specify hostnames to restrict, or omit to apply to all.
  -o, --output OUTPUT         Output format. One of: kv, table, json, yaml, raw, quiet, template.
```

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## See Also

* [`unikraft images`](../images.mdx): Manage Unikraft Cloud images.

