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