v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
WordPress: Plugins

Update Hostinger WordPress plugin

Update a Hostinger plugin to its latest version on a WordPress installation.

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}/plugins/hostinger/update

Path parameters

usernamestring required
Example:u123456789
softwarestring required
Example:1232456789

WordPress installation (software) identifier

Request body

slug'hostinger' | 'hostinger-ai-assistant' | 'hostinger-affiliate-plugin' | 'hostinger-easy-onboarding' | 'hostinger-reach' required

Slug of the Hostinger plugin to update to its latest version.

Example request

{
  "slug": "hostinger-affiliate-plugin"
}

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}