v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
WordPress: Installations

Update WordPress core

Update the WordPress core for the specified installation (minor update or a specific version).

Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).

This operation is asynchronous: a successful response only means the update job has been queued.

post/api/hosting/v1/accounts/{username}/wordpress/{software}/update

Path parameters

usernamestring required
Example:u123456789
softwarestring required
Example:1232456789

WordPress installation (software) identifier

Request body

minorboolean

Update the minor version only.

versionstring nullable

Update to a specific WordPress core version.

Example request

{
  "version": "6.5.0"
}

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}