hackgatedName subdomain return a default page until you re-enable it.
Enable a site
Send aGET request to /api/sites/enable/{id}:
isActive field becomes true. The activity log records a Started event with the current timestamp.
Disable a site
Send aGET request to /api/sites/disable/{id}:
isActive field becomes false. Researchers connecting to the proxy subdomain receive a default offline page. The activity log records a Stopped event.
Response
Both endpoints return the updated site object:Constraints
| Condition | Result |
|---|---|
Site is still deploying (isDeploymentProgress: true) | Cannot enable. Wait for deployment to complete. |
| Site is already active | Cannot enable again. |
| Site is already disabled | Cannot disable again. |
If you want the site to activate or deactivate at a specific future time without manual intervention, use scheduling instead.