# geni project update

> Rename a project, change its description, or set or clear its icon.

Source: https://docs.generalinput.com/cli/project/update



```sh
geni project update <id> [flags]
```

Needs edit access. Pass at least one change.

| Arg / Flag             | Notes                                  |
| ---------------------- | -------------------------------------- |
| `<id>`                 | Project id.                            |
| `--name <name>`        | New name.                              |
| `--description <text>` | New description.                       |
| `--icon <emoji>`       | A single emoji shown next to the name. |
| `--remove-icon`        | Clear the icon.                        |
| `--json`               | Machine-readable output.               |

## Output [#output]

```
✓ Updated project "Sales ops" (proj_01HX…)
```
