Environments
Snapshot servers into a server group
Creates a server group holding exactly the given servers and responds 201 with its detail. Groups are create-only — there is no update route, because an editable group would reintroduce the drift that pinning exists to prevent. Names are unique per project, so a clash responds 409. Servers must belong to this project and must not be plugin-managed.
post/projects/{projectId}/server-groups
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
Request body
Response
The server group was created.