# File lib/fog/compute/openstack/models/server.rb, line 356
        def detach_volume(volume_id)
          requires :id
          service.detach_volume(id, volume_id)
          true
        end