Method: Jamf::MDM#shut_down_device

Defined in:
lib/jamf/api/classic/api_objects/mdm.rb,
lib/jamf/api/classic/api_objects/mdm_classic.rb

#shut_down_deviceObject Also known as: shutdown_device, shut_down, shutdown

Send a shut_down_device command to this object



1495
1496
1497
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1495

def shut_down_device
  self.class.shut_down_device @id, cnx: @cnx
end