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