# File lib/fog/ibm/models/compute/server.rb, line 83 def reboot requires :id service.modify_instance(id, 'state' => 'restart').body['success'] end