pydo.autoscalepools.update()
Generated on 1 May 2025
from pydo
version
v0.11.0
Description
To update the configuration of an existing autoscale pool, send a PUT request to
/v2/droplets/autoscale/$AUTOSCALE_POOL_ID
. The request must contain a full representation
of the autoscale pool including existing attributes.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
autoscale_pool_id |
string | True | A unique identifier for an autoscale pool. | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.