mongodb pause ttl Engineeringπ¨βπ» • Apr 04, 2018 The following command can be used to pause mongodb ttl for 86400 seconds (1 day) db.adminCommand({setParameter:1, ttlMonitorSleepSecs: 86400}) The following to disable TTL and enable it later on: db.adminCommand({setParameter:1, ttlMonitorEnabled:false}); Subscribe to our newsletter Get the latest posts delivered right to your inbox. Your email address Subscribe Now check your inbox and click the link to confirm your subscription. Please enter a valid email address Oops! There was an error sending the email, please try later. Srujan You should go to about section on this site. Recommended for you drafts Devops flow 5 months ago • 2 min read Engineeringπ¨βπ» Enforcing pre-commit hooks 8 days ago • 1 min read Engineeringπ¨βπ» Passing docker images without registry a month ago • 1 min read