# kraft cloud instance template

Manage templates on Unikraft Cloud.

```
kraft cloud instance template SUBCOMMAND
```

### Examples

```
# Create a template in your account.
$ kraft cloud instance template create my-template

# Get a template in your account.
$ kraft cloud instance template get my-template

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

# Delete a template in your account.
$ kraft cloud instance template remove my-template

```

## Options

```
  -h, --help   help for template
```

## 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`](/docs/cli/kraft/cloud/instance): Manage instances
* [`kraft cloud instance template create`](/docs/cli/kraft/cloud/instance/template/create): Create instance template(s)
* [`kraft cloud instance template get`](/docs/cli/kraft/cloud/instance/template/get): Retrieve the state of instance templates
* [`kraft cloud instance template list`](/docs/cli/kraft/cloud/instance/template/list): List instance templates
* [`kraft cloud instance template remove`](/docs/cli/kraft/cloud/instance/template/remove): Permanently delete instance template(s)

