Create a backup of a WordPress installation via Softaculous, including files and/or database.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example installationId string required backupDirectory boolean backupDatabase boolean No response body
https://cloud.hostup.se/api/hosting/{accountId}/wordpress/backup curl -X POST "https://cloud.hostup.se/api/hosting/0/wordpress/backup" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"installationId": "string",
"backupDirectory": true,
"backupDatabase": true
}' {} {
"installationId": "string",
"backupDirectory": true,
"backupDatabase": true
}