Skip to content

Update

PATCH
/servers/{uuid}

Update Server.

Authorizations

Request Body required

Server updated.

object
name

The name of the server.

string
description

The description of the server.

string
ip

The IP of the server.

string
port

The port of the server.

integer
user

The user of the server.

string
private_key_uuid

The UUID of the private key.

string
is_build_server

Is build server.

boolean
instant_validate

Instant validate.

boolean

Responses

201

Server updated.

Array<object>

Server model

object
id
integer
uuid
string
name
string
description
string
ip
string
user
string
port
integer
proxy
object
high_disk_usage_notification_sent
boolean
unreachable_notification_sent
boolean
unreachable_count
integer
validation_logs
string
log_drain_notification_sent
boolean
swarm_cluster
string

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.