Method: Fog::Compute::Linode::Real#linode_shutdown

Defined in:
lib/fog/linode/requests/compute/linode_shutdown.rb

#linode_shutdown(linode_id) ⇒ Object


6
7
8
9
10
11
12
# File 'lib/fog/linode/requests/compute/linode_shutdown.rb', line 6

def linode_shutdown(linode_id)
  request(
    :expects => 200,
    :method => 'GET',
    :query => { :api_action => 'linode.shutdown', :linodeId => linode_id }
  )
end