Skip to main content
GET
/
v2
/
instance_skus
/
{id}
Get an instance SKU
curl --request GET \
  --url https://api.sfcompute.com/v2/instance_skus/{id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "instance_sku",
  "id": "<string>",
  "properties": [
    {
      "key": {
        "name": "<string>",
        "display_name": "<string>",
        "description": "<string>",
        "stable_at": 1738972800,
        "documentation_link": "<string>",
        "deprecated_at": 1738972800,
        "deprecation_info": "<string>"
      },
      "value": {
        "name": "<string>",
        "display_name": "<string>",
        "description": "<string>",
        "stable_at": 1738972800,
        "documentation_link": "<string>",
        "deprecated_at": 1738972800,
        "deprecation_info": "<string>"
      },
      "type": "enumeration"
    }
  ]
}

Authorizations

Authorization
string
header
required

Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.

Path Parameters

id
string
required

Instance SKU ID

Pattern: isku_[0-9a-zA-Z_-]{1,21}
Example:

"isku_k3R-nX9vLm7Qp2Yw5Jd8F"

Response

Instance SKU detail

object
string
default:instance_sku
required
read-only

Single discriminator for the instance-SKU object on both admin and public endpoints. They expose different field shapes but represent the same underlying resource (mirrors Stripe's pattern of one object discriminator per resource type, regardless of view).

Allowed value: "instance_sku"
id
string
required
Pattern: isku_[0-9a-zA-Z_-]{1,21}
Example:

"isku_k3R-nX9vLm7Qp2Yw5Jd8F"

properties
object[]
required