# pw groups update

> Source: https://parallelworks.com/docs/cli/pw/groups/update

## pw groups update

Update a group's description

```
pw groups update <group> [flags]
```

### Examples

```
  pw groups update --description "Updated description" research-team
```

### Options

```
      --description string   New group description
  -h, --help                 help for update
      --org string           Target organization (defaults to current context)
  -o, --output string        Output format (table, json) (default "table")
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw groups](/docs/cli/pw/groups)	 - Manage groups and their members
