Skip to content

Create​

POST
/servers

Create Server.

Authorizations​

bearerAuth

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

TypeHTTP (bearer)

Request Body​

JSON
{
"name": "My Server",
"description": "My Server Description",
"ip": "127.0.0.1",
"port": 22,
"user": "root",
"private_key_uuid": "og888os",
"is_build_server": false,
"instant_validate": false,
"proxy_type": "string"
}

Responses​

Server created.
application/json
JSON
{
"uuid": "og888os"
}

Playground​

Authorization
Body
JSON

Samples​

Powered by VitePress OpenAPI