cURL
curl --request POST \ --url https://alfred.black/api/v1/learning/disable \ --header 'Authorization: Bearer <token>'
{ "message": "Alfred Learn disabled", "enabled": false }
Disables the intuition system. Pauses all six background processes but preserves existing data.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Intuition disabled
Was this page helpful?