> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/connectivity/ip-addresses/how-tos/delete-ip-addresses.md).

# Delete IP addresses

***

## Delete IP addresses using the control panel

On the **Overview** tab of the **IP addresses** page, you can find all the reserved IP addresses in the project. This includes both IP addresses that were reserved in advance and those assigned to KVM and VMware servers when they were created.

To delete an IP address, click the red cross on the right of the IP address you want to remove from the project. If the cross is gray, the IP address is assigned to a server and cannot be deleted. In that case, it must first be released from the VM. Refer to the section [Delete an IP Address](/products/compute/kvm-virtual-machines/how-tos/manage-virtual-machines.md#delete-an-ip-address) for instructions on how to release an IP address from a VM.

<figure><img src="/files/A5gsBjta22QBhNyJLxda" alt=""><figcaption></figcaption></figure>

## Delete IP addresses using the API

1. If the IP is attached to a server, you first need to remove it from the server using the [ip/remove](https://github.com/GleSYS/API-docs/wiki/API-Documentation#ipremove) endpoint of the [API](/platform/control-panel/api.md).
2. When the IP is no longer attached to a server, you can remove it from the project using the [ip/release](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iprelease) endpoint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/connectivity/ip-addresses/how-tos/delete-ip-addresses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
