# File lib/fog/cloudstack/requests/compute/disable_account.rb, line 9
        def disable_account(options={})
          options.merge!(
            'command' => 'disableAccount'
          )

          request(options)
        end