WordPress: AI Tools
Set AI option status
Enable or disable an AI option for the Hostinger Tools plugin on the specified 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).
patch/api/hosting/v1/accounts/{username}/wordpress/{software}/hostinger-plugins/ai-option/status
Path parameters
usernamestring required
Example:u123456789
softwarestring required
Example:1232456789
WordPress installation (software) identifier
Request body
Example request
{
"option": "llmstxt",
"enable": true
}Response
Success empty response
Example response
{
"message": "Request accepted"
}