Admin - Hosting Account Export
Export hosting account backup (JSON)
Creates a full backup of the hosting account (plan, domains, databases, mail, DNS, etc.) as JSON and returns a temporary download URL for the JSON file.
post/api/hosting-accounts/{id}/export
Path parameters
idinteger required
Request body
Response
Backup created; use download_url to fetch the JSON file
Example response
{
"message": "Backup created successfully",
"expires_in": 300
}Changes
No recorded changes to this endpoint across all 1 revision of this API.