cURL
curl --request GET \ --url https://console.cloudblast.io/api/v2/locations/{location_id}/templates \ --header 'Authorization: Bearer <token>'
{ "data": [ { "slug": "ubuntu-24.04", "name": "Ubuntu 24.04 LTS", "group_name": "Ubuntu" } ] }
Returns all available OS templates at a given location, identified by slug. Use the template slug when creating or reinstalling a server. Templates are deduplicated across nodes — you don’t need to know which node will be selected.
slug
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Location ID
Template list
Show child attributes