Import untracked WordPress installations

Manually import uploaded WordPress installations into Softaculous for management via the control panel.

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Body

required
application/json
installationKeys array

List of installation keys to import (empty = import all)

Responses

200 Successful response

No response body

POST https://cloud.hostup.se/api/hosting/{accountId}/wordpress/import
For AI assistants
cURL
curl -X POST "https://cloud.hostup.se/api/hosting/0/wordpress/import" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "installationKeys": []
  }'
Response
{}
Request Body
{
  "installationKeys": []
}