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"
}
]
}Fetch a single instance SKU by ID.
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"
}
]
}Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Instance SKU ID
isku_[0-9a-zA-Z_-]{1,21}"isku_k3R-nX9vLm7Qp2Yw5Jd8F"
Instance SKU detail
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).
"instance_sku"isku_[0-9a-zA-Z_-]{1,21}"isku_k3R-nX9vLm7Qp2Yw5Jd8F"
Show child attributes