Delete Site Cron Job
Last Updated: August 20, 2026Path Parameters Name Type Required Description uuid string (uuid) Required UUID of the site cronJobUuid string (uuid) Required Responses 200 — Cron job deleted Field Type Required Description success boolean Optional message string Optional data object Optional 401 — Missing or invalid authentication token Field Type Required Description success boolean Optional message string Optional data…
Execute Site Cron Job
Last Updated: August 20, 2026Triggers the cron command now. The command is launched in the background (detached over SSH) and returns 202 immediately, so long-running cron jobs do not time out the request. Retrieve…
Get Site Cron Job Output
Last Updated: August 20, 2026Path Parameters Name Type Required Description uuid string (uuid) Required UUID of the site cronJobUuid string (uuid) Required Responses 200 — Cron job output Field Type Required Description success boolean Optional message string Optional data object Optional data object Optional data.output string Optional 401 — Missing or invalid authentication token Field Type Required Description success…
List Redirections
Last Updated: August 20, 2026Returns every URL redirection configured on the site. Each entry includes the source path, target URL, and HTTP status code (301 permanent or 302 temporary). Requires the read:sites scope.
List SSL Certificates
Last Updated: August 20, 2026Returns all SSL certificates attached to the site, regardless of provider. Raw certificate body and private key are never included. Requires the read:sites scope.
Create SSL Certificate
Last Updated: August 20, 2026Provisions an SSL certificate for the site. Three providers: xcloud — Let's Encrypt via xCloud. Requires DNS pointing at the server, OR an active Cloudflare integration when migrating from Cloudflare…
Renew SSL Certificate
Last Updated: August 20, 2026Queues a renewal of the site's xCloud-managed (Let's Encrypt) SSL certificate. Returns 202 immediately — completion is asynchronous. Custom certificates and Cloudflare SSL are not eligible (managed outside xCloud). By…
Get Domain Info
Last Updated: August 20, 2026Returns domain configuration for the site, including additional domains and parking method. Requires the read:sites scope.
List Site Domains
Last Updated: August 20, 2026Returns the site's additional domains (aliases and redirects) plus the primary domain. Each entry includes whether the domain is a redirect and its port if a port-mapping is configured. Requires…
Get Domain Update Status
Last Updated: August 20, 2026Returns the most recent domain-update status from the site's domainChangeInfo metadata. Read-only — does not trigger a live SSH check. Returns status=idle when no domain update has been recorded. Requires…
