Skip to main content
GET
/
servers
/
{uuid}
/
resources
Resources
curl --request GET \
  --url https://app.coolify.io/api/v1/servers/{uuid}/resources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "uuid": "<string>",
    "name": "<string>",
    "type": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

Server's Uuid

Response

Get resources by server

id
integer
uuid
string
name
string
type
string
created_at
string
updated_at
string
status
string
I