116 lines
2.3 KiB
Markdown
116 lines
2.3 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#VPContent)
|
||
|
||
Return to top
|
||
|
||
Get Hetzner Images[](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#get-hetzner-images)
|
||
|
||
==================================================================================================================
|
||
|
||
GET
|
||
|
||
/hetzner/images
|
||
|
||
Get all available Hetzner system images (operating systems).
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#authorizations)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Parameters[](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#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[](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#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[](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#playground)
|
||
|
||
--------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
cloud\_provider\_token\_uuid
|
||
|
||
cloud\_provider\_token\_id
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/get-hetzner-images#samples)
|
||
|
||
--------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|