APIServer dashboard

Get upgrade/downgrade availability

Returns available upgrade and downgrade options for the server. Only accessible by server owners or root admins.

Returns available upgrade and downgrade options for the server. Only accessible by server owners or root admins.

GET
/api/client/servers/{server}/dashboard/upgrade-downgrade-availability

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server UUID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/client/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/dashboard/upgrade-downgrade-availability"
{}
Empty
{
  "message": "You do not have permission to perform this action."
}
Empty
{
  "message": "string"
}