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