# Disable Player

> Disable an existing player account.

Disables an existing player account

Authentication Required: `Yes`

```bash
ugs player disable <player-id> [options]
```

## Arguments

`<player-id>` The id of the player to be disabled

## Options

| Option     | Alias            | Description                         |
| ---------- | ---------------- | ----------------------------------- |
| project-id | -p, --project-id | The Unity cloud project ID.         |
| 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.      |
