latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

sites

Get Available Plans for Site

Retrieves all plans available for a site to upgrade or downgrade to.

This endpoint returns only the fields actively used by Terminus commands (plan:list) to minimize data exposure and protect internal billing information.

get/v0/sites/{site_id}/available-plans

Path parameters

site_idstring required

Site ID

Response

Example response

{
  "plans": [
    {
      "billing_cycle": "annual",
      "id": "plan-performance_small-contract-annual-1",
      "name": "Performance Small",
      "sku": "plan-performance_small-contract-annual-1"
    }
  ]
}