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