Skip to main content
Deactivates a HackGATE site. The proxy subdomain immediately stops forwarding traffic to your origin and serves a default offline page to any researcher who connects. A Stopped event is written to the site’s activity log.

Request

Headers

string
required
Bearer token. Example: Bearer <token>

Path parameters

string
required
The UUID of the site to deactivate.

Errors

Response

Returns the updated site object with isActive set to false.
string
required
Unique identifier for the site (UUID).
string
required
The origin URL being proxied.
string
required
The hackgate.io subdomain that now serves the offline page.
boolean
required
false after a successful disable request.
string
required
Organization ID that owns this site.
string
required
User ID of the account that created the site.
string
required
ISO 8601 timestamp of when the site was created.
boolean
required
Whether a custom researcher allowlist is enabled.
boolean
required
Deployment state at the time of the request.
string
Scheduled activation date, if set. null otherwise.
string
Scheduled deactivation date, if set. null otherwise.
string
Test credentials for researchers. null if not configured.
string
Testing instructions for researchers. null if not configured.
string
Rate limiting rule string. null if not configured.
string
JSON-encoded block rules. null if not configured.

Example