singlestoredb.management.workspace.WorkspaceManager.create_workspace_group

WorkspaceManager.create_workspace_group(name: str, region: Union[str, singlestoredb.management.region.Region], firewall_ranges: List[str], admin_password: Optional[str] = None) singlestoredb.management.workspace.WorkspaceGroup

Create a new workspace group.

Parameters
  • name (str) – Name of the workspace group

  • region (str or Region) – ID of the region where the workspace group should be created

  • firewall_ranges (list[str]) – List of allowed CIDR ranges. An empty list indicates that all inbound requests are allowed.

  • admin_password (str, optional) – Admin password for the workspace group. If no password is supplied, a password will be generated and retured in the response.

Return type

WorkspaceGroup