# Fleet Update

> Update a Multiplay Hosting Fleet

Update a Game Server Hosting Fleet

Authentication Required: `Yes`

```bash
ugs game-server-hosting fleet update <fleet-id> [options]
```

## Arguments

`<fleet-id>` The ID of the Game Server Hosting Fleet to update

## Options

|                      | Alias                  | Description                                                          |
| -------------------- | ---------------------- | -------------------------------------------------------------------- |
| name                 | --name                 | Update the name of the fleet.                                        |
| allocation-ttl       | --allocation-ttl       | Update the allocation TTL for the fleet.                             |
| delete-ttl           | --delete-ttl           | Update the delete TTL set for the fleet.                             |
| disabled-delete-ttl  | --disabled-delete-ttl  | Update the disabled delete TTL set for the fleet.                    |
| shutdown-ttl         | --shutdown-ttl         | Update the shutdown TTL set for the fleet.                           |
| build-configurations | --build-configurations | A list of build configuration IDs to associate with the fleet.       |
| usage-setting        | --usage-setting        | A list of usage settings in JSON format to associate with the fleet. |
| 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.                                       |
