> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/network-ip-remove.md).

# network-ip-remove

### Overview

* **Key:** `network-ip-remove`
* **Name:** Network IP Offline
* **Triggers when:** An active IP address is not detected on a network that was detected on the previous scan

### Fields

| Field         | Type    | Description                 |
| ------------- | ------- | --------------------------- |
| ip            | string  | IP address that was removed |
| network\_id   | integer | ID of the network           |
| network\_name | string  | Name of the network         |
| network       | string  | IP address that was removed |

### Example data

```json
{
    "ip": "127.0.0.1",
    "network": {
        "network_id": 1234,
        "network_name": "Example Name",
        "network": "127.0.0.1"
    }
}
```
