Request
Headers
Bearer token. Example:
Bearer <token>Path parameters
The UUID of the site to deactivate.
Errors
| Condition | Status | title |
|---|---|---|
| Site is already inactive | 400 | "Site is already disabled" |
| Site not found | 404 | Site not found message |
Response
Returns the updated site object withisActive set to false.
Unique identifier for the site (UUID).
The origin URL being proxied.
The
hackgate.io subdomain that now serves the offline page.false after a successful disable request.Organization ID that owns this site.
User ID of the account that created the site.
ISO 8601 timestamp of when the site was created.
Whether a custom researcher allowlist is enabled.
Deployment state at the time of the request.
Scheduled activation date, if set.
null otherwise.Scheduled deactivation date, if set.
null otherwise.Test credentials for researchers.
null if not configured.Testing instructions for researchers.
null if not configured.Rate limiting rule string.
null if not configured.JSON-encoded block rules.
null if not configured.