# Reset

> Reset a Leaderboard's scores.

Reset a Leaderboard's scores.

Authentication Required: `Yes`

```bash
ugs leaderboards reset <leaderboard-id> [options]
```

## Arguments

`<leaderboard-id>` The id of the leaderboard to reset

## Options

|             | Alias                  | Description                         |
| ----------- | ---------------------- | ----------------------------------- |
| project-id  | -p, --project-id       | The Unity cloud project ID.         |
| environment | -e, --environment-name | The services environment name.      |
| archive     | -a, --archive          | Archive the current leaderboard.    |
| 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.      |
