# File lib/fog/cloudstack/requests/compute/detach_volume.rb, line 9 def detach_volume(id) options = { 'command' => 'detachVolume', 'id' => id } request(options) end