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

          request(options)
        end