If predictive optimization was enabled on your account, then vacuums could be happening automatically. You can check the system table to see what vacuums are occurring due to predictive optimization:
SELECT *
FROM system.storage.predictive_optimization_operations_history
WHERE operation_type = "VACUUM"