New API functions available:
GET /1.2/option/get/<server_id>
and PUT /1.2/option/set/<server_id>
.
Arguments for these are in json format and contains the variables name
and additionally value
for the set function. New servers will by default have the two variables: bw_overage_policy
and bw_overage_treshold
set to "power_off" and 0.9 respectively. This means, once a server reaches 90% of it's bandwidth threshold, it will power off.
You can change this behavior with the options set function, pass the value null or null as a string to completely remove the variable. API documentation will be updated soon.