# kraft cloud instance template list

List all instance templates in your account.


```
kraft cloud instance template list
```

### Examples

```
# List all instance templates in your account.
$ kraft cloud instance template list

# List all instance templates in your account in JSON format.
$ kraft cloud instance template list -o json

```

## Options

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

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

