hosting_setAIOptionStatusV1
Enable or disable AI options (llmstxt, web2agent) for the Hostinger Tools plugin on a WordPress installation. Provide the installation ID and the desired state.
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 |