# File lib/aws/rds/db_instance.rb, line 182 def reboot options = {} client.reboot_db_instance(options.merge(:db_instance_identifier => id)) nil end