Overview
The Lifecycle feature Default Branch Monitoring is enabled by default and running every 24 hours running for IQ applications that have SCM configured. This feature is enabled for globally for all applications with SCM configured. It cannot be enabled only for specific Org/Apps.
Steps
To disable this feature, you make the following REST API call to api/v2/config/features/defaultBranchMonitoring
curl -u "admin:<PASSWORD>" -X DELETE "http://localhost:8081/api/v2/config/features/defaultBranchMonitoring"
To enable this feature you make the following REST API:
curl -u "admin:<PASSWORD>" -X POST "http://localhost:8081/api/v2/config/features/defaultBranchMonitoring"