# Build Update

> Update a Multiplay Hosting build

Update a Multiplay Hosting build

Authentication Required: `Yes`

```bash
ugs multiplay-hosting build update <build-id> --name <name> [options]
```

## Arguments

`<build-id>` The unique ID of the build

## Options

|                  | Alias                  | Description                                         |
| ---------------- | ---------------------- | --------------------------------------------------- |
| name             | --name                 | (REQUIRED) The name of the Multiplay Hosting Build. |
| 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.                      |
