# doctl compute reserved-ipv6 – DigitalOcean Documentation > The sub-commands of `doctl compute reserved-ipv6` manage reserved IPv6 addresses. Reserved IPv6s are publicly-accessible static IPv6 addresses that you can assign to one of your Droplets. They can be used to create highly available setups or other configurations requiring movable addresses. Reserved IPv6s are bound to the regions they are created in. - [doctl compute reserved-ipv6 assign](https://docs.digitalocean.com/reference/doctl/reference/compute/reserved-ipv6/assign/index.html.md): Assigns a reserved IPv6 address to the specified Droplet. - [doctl compute reserved-ipv6 create](https://docs.digitalocean.com/reference/doctl/reference/compute/reserved-ipv6/create/index.html.md): Creates a new reserved IPv6 address. Reserved IPv6 addresses can be held in the region they were created in on your account. - [doctl compute reserved-ipv6 delete](https://docs.digitalocean.com/reference/doctl/reference/compute/reserved-ipv6/delete/index.html.md): Permanently deletes a reserved IPv6 address. This is irreversible. - [doctl compute reserved-ipv6 get](https://docs.digitalocean.com/reference/doctl/reference/compute/reserved-ipv6/get/index.html.md): Retrieves detailed information about a reserved IPv6 address, including its region and the ID of the Droplet its assigned to. - [doctl compute reserved-ipv6 list](https://docs.digitalocean.com/reference/doctl/reference/compute/reserved-ipv6/list/index.html.md): Retrieves a list of all the reserved IPv6 addresses on your account. - [doctl compute reserved-ipv6 unassign](https://docs.digitalocean.com/reference/doctl/reference/compute/reserved-ipv6/unassign/index.html.md): Unassigns a reserved IPv6 address from a Droplet.