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