# Build Create

> Create a Multiplay Hosting build.

Create a Multiplay Hosting build.

Authentication Required: `Yes`

```bash
ugs multiplay-hosting build create --name <name> --os-family <os-family> --type <type> [options]
```

## Options

| Option             | Alias                  | Description                                                               |
| ------------------ | ---------------------- | ------------------------------------------------------------------------- |
| name               | -n, --name             | The name of the build.                                                    |
| os-family          | -o, --os-family        | The operating system family of the build. Only LINUX currently supported. |
| type               | -t, --type             | The upload type of the build. FILEUPLOAD, CONTAINER, S3 or GCS supported. |
| build-version-name | --build-version-name   | The name of the build version to create                                   |
| 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.                                            |
