Emergency stop switches for when something is actively going wrong -- bad invoice reprocessing, a bad product/account sync, shipping about to run on stale data. Each button turns off a bundle of existing feature flags at once and logs it as a panic-tier entry on the Faults page, same as a contained app crash.
Stop Everything
Turns off HubSpot/QuickBooks processing for every environment, shipping, and all CSV pushes at once.
Stop Syncing
Turns off HubSpot/QuickBooks event processing (invoices, items, accounts) for test, staging, and prod.
Stop Shipping
Turns off Run Shipping so no more packing slips or ShipStation files get produced.
Stop CSV Pushes
Turns off uploading/importing item and account CSVs, so no catalog changes can be pushed.