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