# kraft cloud instance template create

Create a new persistent instance template.


```
kraft cloud instance template create [FLAGS] NAME|UUID[,NAME|UUID...]
```

### Examples

```
# Create a new instance template from "my-instance" instance
$ kraft cloud instance template create my-instance

# Create two new instance templates from "my-instance" and "my-other-instance" instances
$ kraft cloud instance template create my-instance my-other-instance

```

## Options

```
  -h, --help   help for create
```

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

