Skip to content

Update

PATCH
/servers/{uuid}

Update Server.

Authorizations

bearerAuth

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

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

Server UUID

Typestring
Required

Request Body

JSON
{
"name": "string",
"description": "string",
"ip": "string",
"port": 0,
"user": "string",
"private_key_uuid": "string",
"is_build_server": true,
"instant_validate": true,
"proxy_type": "string"
}

Responses

Server updated.
application/json

Playground

Authorization
Variables
Key
Value
Body
JSON

Samples

Powered by VitePress OpenAPI