Set AI option status
hosting_setAIOptionStatusV1Enable or disable AI options (llmstxt or web2agent) for a WordPress installation via Hostinger API. Provide the software ID and set the enable flag to true or false.
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 |