# unikraft instances delete

Remove a instance.

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

## Examples

Delete an instance by name or UUID:

```bash
unikraft instance delete demo-instance
```

## Options

```
  --all                       Remove all instances. Prompts for confirmation.
  -f, --field FIELD           Specify which fields to include in the output.
  --filter FILTER             Filter instances to remove. Prompts for confirmation.
  --force                     Do not prompt for confirmation when using --all or --filter.
  -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 instances`](../instances.mdx): Manage Unikraft Cloud instances.

