v1

latestSwagger 2.02026-07-176096209.1 KB
v2

Change Horde Modes

Endpoint for admins to (un)set the horde into maintenance, invite_only or raid modes.

put/v2/status/modes

Headers

apikeystring required

The Admin API key.

X-Fieldsstring mask

An optional fields mask

Request body

maintenanceboolean
invite_onlyboolean
raidboolean

Response

Maintenance Mode Set

maintenance_modeboolean

When True, this horde will not accept new requests for image generation, but will finish processing the ones currently in the queue.

invite_only_modeboolean

When True, this horde will not only accept worker explicitly invited to join.

raid_modeboolean

When True, this horde will not always provide full information in order to throw off attackers.