# File lib/fog/brightbox/models/compute/server.rb, line 116 def stop requires :identity service.stop_server(identity) true end