# File lib/heroku/api/processes.rb, line 48 def post_ps_stop(app, options) request( :expects => 200, :method => :post, :path => "/apps/#{app}/ps/stop", :query => options ) end