---
title: "Add an IP or CIDR to timeout"
method: POST
path: "/v2/operations/ipaddr"
tags: ["v2"]
---

# Add an IP or CIDR to timeout

`POST /v2/operations/ipaddr`

Only usable by horde moderators

## Headers

- `apikey` string, required
- `Client-Agent` string
- `X-Fields` string, mask

## Request body

- AddTimeoutIPInput
  - `ipaddr` string, required — The IP address or CIDR to add from timeout.
  - `hours` integer, required — For how many hours to put this IP in timeout.

## Response `200`

Operation Completed

- SimpleResponse
  - `message` string, required — The result of this operation.

## Other responses

- `400` — Validation Error
- `401` — Invalid API Key
- `403` — Access Denied

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
