I have a Threshold profile that I activate and deactivate it according to the schedule, but although it is false, it is generating an event
After send a rest command we can see the status changed to Disabled:
curl -H 'Content-Type:application/xml' -X PUT -d '<EventProfile version="2.0.0"> <Enabled>false</Enabled> </EventProfile>' http://10.75.176.184:8581/rest/eventprofiles/1443470

But still have the alarms

Release : 3.7
Component : IM Reporting / Admin / Configuration
This is because disabling via REST does not work on the profile you need disable the rule via Rest.
Profile disabled via rest does NOT disable the rules. Only disabling via UI will disable the rules.
If the rules are not disabled, they will run still even if profile is disabled.