# Build Update

> Update a Multiplay Hosting build

Update a Game Server Hosting build

Authentication Required: `Yes`

```bash
ugs game-server-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 Game Server 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.                        |
