Set AI option status
hosting_setAIOptionStatusV1Enable or disable AI options (llmstxt, web2agent) for a WordPress installation to control Hostinger Tools plugin behavior.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enable | Yes | Enable (true) or disable (false) the AI option. | |
| option | Yes | AI option name | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |