Skip to content

Duplicate Server

POST
/server/{serverId}/duplicate

Creates a copy of an existing server configuration with all settings preserved. The new server will have a similar name but be treated as a separate entity.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

serverId*

The unique identifier of the server to duplicate

Typestring
Required

Responses

Server successfully duplicated
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License