Logo

Command Palette

Search for a command to run...

Server groups are logical collections of servers that share similar roles or purposes within a stack. They help organize and manage servers based on their function.

Model
idinteger

The unique identifier of the server group.

namestring

The display name of the server group.

typestring

The type of server group, indicating its purpose or role.

created_atdatetime

The date and time the server group was created, in ISO 8601 format.

updated_atdatetime

The date and time the server group was last updated, in ISO 8601 format.

Example

{
  "id": 123,
  "name": "web-servers",
  "type": "web",
  "created_at": "2024-01-15T10:30:00Z",
  "updated_at": "2024-02-10T12:15:00Z"
}