# File lib/fog/slicehost/models/compute/server.rb, line 77
        def reboot(type = 'SOFT')
          requires :id
          connection.reboot_slice(id, type)
          true
        end