# kraft cloud service drain

```
kraft cloud service drain [FLAGS] [NAME|UUID [NAME|UUID]...]
```

### Examples

```
# Drain a service from your account by UUID.
$ kraft cloud service drain fd1684ea-7970-4994-92d6-61dcc7905f2b

# Drain a service from your account by name.
$ kraft cloud service drain my-service

# Drain multiple service from your account.
$ kraft cloud service drain my-service my-other-service

```

## Options

```
  -h, --help   help for drain
```

## 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 service`](/docs/cli/kraft/cloud/service): Manage services on KraftCloud

