# File lib/fog/compute/models/aws/server.rb, line 220 def stop requires :id connection.stop_instances(id) true end