v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Apps

Retrieve an Instance Size

Retrieve information about a specific instance size for service, worker, and job components.

get/v2/apps/tiers/instance_sizes/{slug}

Path parameters

slugstring required

The slug of the instance size

Response

A JSON with key instance_size

Example response

{
  "instance_size": {
    "bandwidth_allowance_gib": "1",
    "cpu_type": "SHARED",
    "cpus": "3",
    "deprecation_intent": true,
    "memory_bytes": "1048",
    "name": "name",
    "single_instance_only": true,
    "slug": "apps-s-1vcpu-1gb",
    "tier_downgrade_to": "basic",
    "tier_slug": "basic",
    "tier_upgrade_to": "basic",
    "usd_per_month": "23",
    "usd_per_second": "0.00000001232"
  }
}