# Create

> Create a new cloud content delivery bucket.

Create a new cloud content delivery bucket.

## Command

```text
ugs ccd buckets create <bucket-name> [options]
```

## Arguments

* `<bucket-name>`: The name of the new bucket.

## Options

| Option           | Alias                  | Description                                                                                                         |
| ---------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------- |
| environment-name | -e, --environment-name | The Unity environment name.                                                                                         |
| project-id       | -p, --project-id       | The Unity cloud project id.                                                                                         |
| description      | -d, --description      | Description for the new bucket.                                                                                     |
| private          | -i, --private          | Privacy setting of the bucket. Note that this setting cannot be changed once the bucket is created (default false). |
| help             | -?, -h                 | Show command help.                                                                                                  |
| quiet            | -q, --quiet            | Run in quiet mode. Suppress output to the console.                                                                  |
| json             | -j, --json             | Output results in JSON format.                                                                                      |
