# pw billing allocations update

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

## pw billing allocations update

Update an allocation's total budget

```
pw billing allocations update <name> [flags]
```

### Examples

```
  pw billing allocations update --total 15000 research-team
```

### Options

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

### 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 billing allocations](/docs/cli/pw/billing/allocations)	 - Manage allocations and their usage
