> For the complete documentation index, see [llms.txt](https://rubrik.gitbook.io/rubrik-sdk-for-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rubrik.gitbook.io/rubrik-sdk-for-python/cluster-functions/remove_floating_ips.md).

# remove\_floating\_ips

Remove floating IPs from CDM.

```python
def remove_floating_ips(self, floating_ips, wait_for_completion=True, timeout=15):
```

## Arguments

| Name          | Type | Description                          | Choices |
| ------------- | ---- | ------------------------------------ | ------- |
| floating\_ips | list | The IP addresses you wish to remove. |         |

## Returns

| Type | Return Value                                                                                               |
| ---- | ---------------------------------------------------------------------------------------------------------- |
| dict | When wait\_for\_completion is False, the full API response for `POST /internal/node_management/cluster_ip` |
