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
RequiredResponses
Server successfully duplicated
application/json
JSON
{
}