# unikraft instances checkpoint history

Show the history of a checkpoint.

```
unikraft instances checkpoint history <target> ... [flags]
```

## Examples

Show the history of a checkpoint:

```bash
unikraft instance checkpoint history my-checkpoint
```

## Options

```
  -f, --field FIELD           Specify which fields to include in the output.
  -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)
  --timeout duration          Set a deadline for the command (e.g. 30s, 5m, 1h).
```

## See Also

* [`unikraft instances checkpoint`](../checkpoint.mdx): Manage instance checkpoints.

