class Scalingo::Endpoint::Autoscaler

Public Instance Methods

destroy() click to toggle source
# File lib/scalingo/endpoint/autoscalers.rb, line 22
def destroy
  delete
end
update(params) click to toggle source
  • container_type can't be changed

Additional fields

  • disabled: if true, autoscaler will stop manipulating container formation

# File lib/scalingo/endpoint/autoscalers.rb, line 18
def update(params)
  patch(nil, autoscaler: params)
end