Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/get-hetzner-images.md
T

2.3 KiB
Raw Blame History

Skip to content

Return to top

Get Hetzner Images

==================================================================================================================

GET

/hetzner/images

Get all available Hetzner system images (operating systems).

Authorizations


bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Type

HTTP (bearer)

Parameters


Query Parameters

cloud_provider_token_uuid

Cloud provider token UUID. Required if cloud_provider_token_id is not provided.

Type

string

cloud_provider_token_id

Deprecated: Use cloud_provider_token_uuid instead. Cloud provider token UUID.

Type

string

Responses


200401404

List of Hetzner images.

Content-Type

application/json

SchemaJSON

JSON

[

{

"id": 0,

"name": "string",

"description": "string",

"type": "string",

"os_flavor": "string",

"os_version": "string",

"architecture": "string"

}

]

GET

/hetzner/images

Playground


Authorization

bearerAuth

Variables

Key

Value

cloud_provider_token_uuid

cloud_provider_token_id

Try it out

Samples


Powered by VitePress OpenAPI