# File lib/fog/softlayer/models/compute/server.rb, line 320 def stop # requires :id # TODO: debug why this breaks the tests on bare metal and uncomment this if bare_metal? service.power_off_bare_metal_server(id) else service.power_off_vm(id, true) end true end