# kraft cloud instance restart

Restart instance(s) on Unikraft Cloud.


```
kraft cloud instance restart [FLAGS] [UUID|NAME [UUID|NAME]...]
```

### Examples

```
# Restart an instance by UUID
$ kraft cloud instance restart 77d0316a-fbbe-488d-8618-5bf7a612477a

# Restart an instance by name
$ kraft cloud instance restart my-instance-431342

# Restart multiple instances
$ kraft cloud instance restart my-instance-431342 my-instance-other-2313

```

## Options

```
  -a, --all             restart all instances
  -f, --force           Force stop the instance(s)
  -h, --help            help for restart
  -w, --wait duration   Timeout to wait for the instance to stop and/or start (ms/s/m/h)
```

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

