# unikraft instances checkpoint get

Inspect a instance-checkpoint.

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

## Examples

Inspect a checkpoint by name or UUID:

```bash
unikraft instance checkpoint get 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.
  -w, --watch duration        Watch for changes and refresh output. Defaults to 2s.
```

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

