# unikraft profile

Manage Unikraft Cloud profiles.

## 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`   |            |
| `active` | `bool`     |            |
| `metros` | `[string]` |            |

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.
* [`unikraft profile get`](profile/get.mdx): Inspect a profile.
* [`unikraft profile list`](profile/list.mdx): List profiles.
* [`unikraft profile use`](profile/use.mdx): Switch between profiles.

