# exo compute instance-pool update
### Description

This command updates an Instance Pool.

Supported output template annotations: .ID, .Name, .Description, .InstanceType, .Template, .Zone, .AntiAffinityGroups, .SecurityGroups, .PrivateNetworks, .ElasticIPs, .IPv6, .SSHKey, .Size, .DiskSize, .InstancePrefix, .State, .Labels, .Instances

```
exo compute instance-pool update NAME|ID [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--anti-affinity-group, -a` | managed Compute instances Anti-Affinity Group NAME\|ID (can be specified multiple times) |
|`--cloud-init, -c` | cloud-init user data configuration file path |
|`--cloud-init-compress` | compress instance cloud-init user data |
|`--deploy-target` | managed Compute instances Deploy Target NAME\|ID |
|`--description` | Instance Pool description |
|`--disk-size` | managed Compute instances disk size |
|`--elastic-ip, -e` | managed Compute instances Elastic IP ADDRESS\|ID (can be specified multiple times) |
|`--help, -h` | help for update |
|`--instance-prefix` | string to prefix managed Compute instances names with |
|`--instance-type` | managed Compute instances type (format: [FAMILY.]SIZE) |
|`--ipv6, -6` | enable IPv6 on managed Compute instances |
|`--label` | Instance Pool label (format: key=value) |
|`--min-available` | Minimum number of running Instances |
|`--name, -n` | Instance Pool name |
|`--private-network` | managed Compute instances Private Network NAME\|ID (can be specified multiple times) |
|`--security-group, -s` | managed Compute instances Security Group NAME\|ID (can be specified multiple times) |
|`--ssh-key` | SSH key to deploy on managed Compute instances |
|`--template, -t` | managed Compute instances template NAME\|ID |
|`--template-visibility` | instance template visibility (public\|private) |
|`--zone, -z` | Instance Pool zone |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [instance-pool]({{< ref "../instance-pool">}})	 - Instance Pools management


