# unikraft metros

Manage Unikraft Cloud metros.

## 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 |
| ------------------------------- | -------- | ---------- |
| `name`                          | `string` |            |
| `country`                       | `string` |            |
| `endpoint`                      | `string` |            |
| `insecure`                      | `bool`   |            |
| `quotas`                        |          |            |
| `quotas.instances`              |          |            |
| `quotas.instances.active`       |          |            |
| `quotas.instances.active.used`  |          |            |
| `quotas.instances.active.limit` |          |            |
| `quotas.instances.total`        |          |            |
| `quotas.instances.total.used`   |          |            |
| `quotas.instances.total.limit`  |          |            |
| `quotas.vcpus`                  |          |            |
| `quotas.vcpus.active`           |          |            |
| `quotas.vcpus.active.used`      |          |            |
| `quotas.vcpus.active.limit`     |          |            |
| `quotas.memory`                 |          |            |
| `quotas.memory.active`          |          |            |
| `quotas.memory.active.used`     |          |            |
| `quotas.memory.active.limit`    |          |            |
| `quotas.services`               |          |            |
| `quotas.services.groups`        |          |            |
| `quotas.services.groups.used`   |          |            |
| `quotas.services.groups.limit`  |          |            |
| `quotas.services.exposed`       |          |            |
| `quotas.services.exposed.used`  |          |            |
| `quotas.services.exposed.limit` |          |            |
| `quotas.volumes`                |          |            |
| `quotas.volumes.count`          |          |            |
| `quotas.volumes.count.used`     |          |            |
| `quotas.volumes.count.limit`    |          |            |
| `quotas.volumes.total`          |          |            |
| `quotas.volumes.total.used`     |          |            |
| `quotas.volumes.total.limit`    |          |            |
| `quotas.limits`                 |          |            |
| `quotas.limits.vcpus`           |          |            |
| `quotas.limits.vcpus.min`       |          |            |
| `quotas.limits.vcpus.max`       |          |            |
| `quotas.limits.memory`          |          |            |
| `quotas.limits.memory.min`      |          |            |
| `quotas.limits.memory.max`      |          |            |
| `quotas.limits.volume`          |          |            |
| `quotas.limits.volume.min`      |          |            |
| `quotas.limits.volume.max`      |          |            |
| `quotas.limits.autoscale`       |          |            |
| `quotas.limits.autoscale.min`   |          |            |
| `quotas.limits.autoscale.max`   |          |            |
| `status`                        |          |            |
| `status.ip`                     |          |            |
| `status.ping`                   |          |            |
| `status.online`                 |          |            |

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.
* [`unikraft metros get`](metros/get.mdx): Inspect a metro.
* [`unikraft metros list`](metros/list.mdx): List metros.

