# Fleet Create

> Create a Multiplay Hosting Fleet

Create a Game Server Hosting Fleet

Authentication Required: `Yes`

```bash
ugs game-server-hosting fleet create [options]
```

## Options

|                  | Alias                  | Description                                                                                    |
| ---------------- | ---------------------- | ---------------------------------------------------------------------------------------------- |
| name             | --name                 | (REQUIRED) The name of the fleet.                                                              |
| os-family        | --os-family            | (REQUIRED) The OS family that the fleet is based on. Only LINUX currently supported.           |
| build-config-id  | --build-config-id      | (REQUIRED) Build configuration to be added to the fleet. Can be supplied more than once.       |
| region-id        | --region-id            | (REQUIRED) Template fleet region ID to be added to this fleet. Can be supplied more than once. |
| usage-setting    | --usage-setting        | Usage settings JSON object to be added to the fleet. Can be supplied more than once.           |
| project-id       | -p, --project-id       | The Unity cloud project ID.                                                                    |
| environment-name | -e, --environment-name | The services environment name.                                                                 |
| help             | -?, -h, --help         | Display help and usage information.                                                            |
| quiet            | -q, --quiet            | Reduce logging to a minimum.                                                                   |
| json             | -j, --json             | Use JSON as the output format.                                                                 |
