# Core Dump Update

> Update a Multiplay Hosting core dump configuration.

Update a Multiplay Hosting core dump configuration.

Authentication Required: `Yes`

```bash
ugs multiplay-hosting core-dump update [<fleet-id>] [options]
```

## Arguments

`<fleet-id>` The unique ID of the fleet to update the core dump configuration for.

## Options

| Option               | Alias                                           | Description                                                                         |
| -------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------- |
| project-id           | -p, --project-id                                | The Unity cloud project ID.                                                         |
| environment-name     | -e, --environment-name                          | The services environment name.                                                      |
| storage-type         | -t, --storage-type `<gcs>`                      | The storage type of the core dump \[default: gcs]                                   |
| gcs-bucket           | -b, --gcs-bucket `<gcs-bucket>`                 | The name of the GCS bucket to store the core dump                                   |
| gcs-credentials-file | --gcs-credentials-file `<gcs-credentials-file>` | The path to the JSON file that contains the GCS credentials for the service account |
| state                | -s, --state `<disabled\|enabled>`               | Enable or disable core dump collection \[default: enabled]                          |
| 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.                                                      |
