# unikraft services

Manage Unikraft Cloud services.

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## Resource Fields

| Field                | Type           | Operations  |
| -------------------- | -------------- | ----------- |
| `metro`              | `string`       | create      |
| `name`               | `string`       | create      |
| `uuid`               | `string`       |             |
| `persistent`         | `bool`         |             |
| `autoscale`          | `bool`         |             |
| `limits`             |                |             |
| `limits.soft`        | `integer`      | create/edit |
| `limits.hard`        | `integer`      | create/edit |
| `timestamps`         |                |             |
| `timestamps.created` | `relativetime` |             |
| `domains`            |                | create/edit |
| `instances`          |                |             |
| `services`           |                | create/edit |

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.
* [`unikraft services get`](services/get.mdx): Inspect a service.
* [`unikraft services wait`](services/wait.mdx): Wait for services to match a filter.
* [`unikraft services list`](services/list.mdx): List services.
* [`unikraft services delete`](services/delete.mdx): Remove a service.
* [`unikraft services create`](services/create.mdx): Create a service group.
* [`unikraft services edit`](services/edit.mdx): Edit a service group.

