# kraft cloud instance template remove

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

### Examples

```
# Remove a template by UUID
$ kraft cloud instance template remove fd1684ea-7970-4994-92d6-61dcc7905f2b

# Remove a template by name
$ kraft cloud instance template remove my-template-1

# Remove multiple templates
$ kraft cloud instance template remove my-template-1 my-template-2

# Remove all templates
$ kraft cloud instance template remove --all

```

## Options

```
  -a, --all    Remove all templates
  -h, --help   help for remove
```

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

