# kraft cloud volume template get

```
kraft cloud volume template get [FLAGS] UUID|NAME
```

### Examples

```
# Retrieve information about a kraftcloud volume by UUID
$ kraft cloud volume get fd1684ea-7970-4994-92d6-61dcc7905f2b

# Retrieve information about two kraftcloud templates by name
$ kraft cloud volume get my-volume-1 my-volume-2

```

## Options

```
  -h, --help            help for get
  -o, --output string   Set output format. Options: table,yaml,json,list,raw (default "list")
```

## 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 volume template`](/docs/cli/kraft/cloud/volume/template): Manage templates on Unikraft Cloud

