# Update

> Update a cloud content delivery entry from the current bucket.

Update a cloud content delivery entry from the current bucket.

## Command

```text
ugs ccd entries update <entry-path> [options]
```

## Arguments

* `<entry-path>`: The path of the entry to update.

## Options

| Option           | Alias                  | Description                                  |
| ---------------- | ---------------------- | -------------------------------------------- |
| environment-name | -e, --environment-name | The Unity environment name.                  |
| project-id       | -p, --project-id       | The Unity cloud project id.                  |
| bucket-name      | -b, --bucket-name      | The name of the bucket containing the entry. |
| label            | -l, --label            | The label to associate with the entry.       |
| metadata         | -m, --metadata         | JSON metadata to associate with the entry.   |
| version-id       | -v, --version-id       | Version ID of the entry to update.           |
| 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.               |
