If you need to do a bulk unpublish, you could create a workflow, that reads in the WebApps and performs the following javascript: webappAppState = "20" for Closed nms.webApp.Publish(<where><condition expr={'@internalName="' + variable.Internal_name + '"'}/></where>, webappAppState);nms.webApp....