pydo.autoscalepools.delete()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To destroy an autoscale pool, send a DELETE request to the /v2/droplets/autoscale/$AUTOSCALE_POOL_ID
endpoint.
A successful response will include a 202 response code and no content.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
autoscale_pool_id |
string | True | A unique identifier for an autoscale pool. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.