List all instance sizes for service
, worker
, and job
components.
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
get_resp = client.apps.list_instance_sizes()
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.