This is an old revision of the document!
M2: Instructions to enable/disable unirgy module
 Truncate these tables (or remove rows with udropship_vendor!=0): catalog_product_index_price, catalog_product_index_price_replica, cataloginventory_stock_status, cataloginventory_stock_status_replica 
 
truncate catalog_product_index_price; 
truncate catalog_product_index_price_replica; 
truncate cataloginventory_stock_status; 
truncate cataloginventory_stock_status_replica; 
 Collect modules to disable using this command 
 
bin/magento module:status| grep Unirgy_ 
 Disable unirgy modules using this command (<uninstalled modules> with actual module names returned by prev command)