Hi @ashish_mishra1 ,To handle this more efficiently, here are some best practices and recommendations:Batch the Deactivation and Deletion:Instead of running the Groovy script for all 10k pages at once, process them in small batches (e.g., 200–500 pages per batch).Add a delay between batches to reduc...