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