Xeonr Developer Docs
Server APIAPI SpecificationServers

Unclaim server

POST
/serversapi.v1.ServerService/UnclaimServer

Release ownership of a previously claimed server. This removes your management access to the server.

Authorization

BearerAuth
AuthorizationBearer <token>

JWT access token obtained via logging in with an identity provider.

In: header

Header Parameters

Connect-Protocol-Version*number

Define the version of the Connect protocol

Value in1
Connect-Timeout-Ms?number

Define the timeout, in ms

Request Body

application/json

ipAddress?string

IP address of the server to unclaim.

port?integer

Port number of the server.

Default"7777"
Formatint32
Range1 <= value <= 65535
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://server-api.sagl.app/serversapi.v1.ServerService/UnclaimServer" \  -H "Connect-Protocol-Version: 1" \  -H "Content-Type: application/json" \  -d '{}'
{
  "success": true
}
{
  "code": "not_found",
  "message": "string",
  "details": [
    {
      "type": "string",
      "value": "string",
      "debug": {}
    }
  ]
}