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