# Delete

> Delete an environment from a UGS project.

Delete an environment from a UGS project.

## Command

Authentication Required: `Yes`

```text
ugs env delete <environment-name> [options]
```

## Arguments

`<environment-name>` The services environment name

## 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.      |
