# File lib/fog/brightbox/models/compute/server.rb, line 89 def shutdown requires :identity connection.shutdown_server(identity) true end