# File lib/fog/aws/models/compute/server.rb, line 216 def stop(force = false) requires :id service.stop_instances(id, force) true end