---
title: "Horde Maintenance Mode Status"
method: GET
path: "/v2/status/modes"
tags: ["v2"]
---

# Horde Maintenance Mode Status

`GET /v2/status/modes`

Use this endpoint to quicky determine if this horde is in maintenance, invite_only or raid mode.

## Headers

- `apikey` string
- `X-Fields` string, mask

## Response `200`

AI Horde Maintenance

- HordeModes
  - `maintenance_mode` boolean — When True, this horde will not accept new requests for image generation, but will finish processing the ones currently in the queue.
  - `invite_only_mode` boolean — When True, this horde will not only accept worker explicitly invited to join.
  - `raid_mode` boolean — When True, this horde will not always provide full information in order to throw off attackers.

---

[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)
