mongodb pause ttl Engineeringπ¨βπ» • Apr 4, 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 Engineeringπ¨βπ» on-demand flask environments 2 months ago • 1 min read drafts Devops flow 2 years ago • 2 min read Engineeringπ¨βπ» 3vs of a Roadmap 3 months ago • 1 min read