> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/network-services/vdc-networking/ip-failover/how-tos/manage-nic-ip-failover-group.md).

# Manage an IP Failover Group

Managing an IP failover group lets you add or remove NICs from the group, set an NIC as the master, and configure the failover IP address either as a primary or an additional IP address. You can update multiple NICs at once or make changes to individual NICs within the group.

1\. In the **DCD**, go to **Menu** > **Virtual Data Centers**.

2\. Select the data center and a LAN to manage an IP failover group within it.

3\. In the Inspector pane, select the **IP Failover** tab.

4\. Click the IP address of the required IP failover group.

5\. The properties of the selected group are displayed.

6\. Select **Manage** to manage your IP failover group.

7\. In the **Manage NICs in Failover Group** dialog box, you can make the following changes:

* Select **NIC** in the header to select all the NICs as part of the change you want to make.
* Select individual **NIC**s if you want to add them to or delete them from the selected IP failover group.
* Select **PRIMARY IP** to configure the failover IP address either as a primary or an additional IP address.
* Select **MASTER** to set a new master.

8\. Select **Update Group** to confirm your changes.

![Manage the members of an existing IP Failover Group](/files/cuzoeH94L3s02QXe9Rq3)

{% hint style="success" %}
**Result:** The changes are applied to the selected IP failover group.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/network-services/vdc-networking/ip-failover/how-tos/manage-nic-ip-failover-group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
