Restore a quarantined site (admin)
POST/api/sites/deleted/{path}
Clears deleted_at and moves the quarantined files back to the live
directory, bringing the site online immediately. Returns 404 if the
site does not exist or is not currently soft-deleted.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Full site path — group segments (0–2) plus the slug, e.g. claude/app or demo.
Responses
Section titled “Responses”The restored site.
object
Group path (0–2 segments); empty for a flat site.
Optional preview image URL used by the portal instead of a live iframe.
Total on-disk size in bytes of the current revision’s files.
True when the server has a cached favicon for the site, detected
from the published index.html at publish time. Fetch the bytes from
GET /api/sites/{path}/favicon.
Set when the site is soft-deleted; absent for live sites.
Missing or invalid credentials.
object
Authenticated, but not permitted for this target/capability.
object
No such site, key, or connection.