Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:9371/modules/{moduleId}/enabled \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "error": "<string>" }
Sets whether a module is enabled. Missing modules cannot be enabled.
Module identifier.
1
Request body used to toggle a module enabled state.
Desired enabled state for the module.
The module enabled state was updated.
Was this page helpful?