# Core Dump Create

> Create a Multiplay Hosting core dump configuration.

Create a Game Server Hosting core dump configuration.

Authentication Required: `Yes`

```bash
ugs game-server-hosting core-dump create [<fleet-id>] [options]
```

## Arguments

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

## Options

|                      | 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>`                 | (REQUIRED) The name of the GCS bucket to store the core dump                                   |
| gcs-credentials-file | --gcs-credentials-file `<gcs-credentials-file>` | (REQUIRED) 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.                                                                 |
