singlestoredb.management.workspace.WorkspaceManager.create_starter_workspace

WorkspaceManager.create_starter_workspace(name: str, database_name: str, provider: str, region_name: str) StarterWorkspace

Create a new starter (shared tier) workspace.

Parameters:
  • name (str) – Name of the starter workspace

  • database_name (str) – Name of the database for the starter workspace

  • provider (str) – Cloud provider for the starter workspace (e.g., ‘aws’, ‘gcp’, ‘azure’)

  • region_name (str) – Cloud provider region for the starter workspace (e.g., ‘us-east-1’)

Return type:

StarterWorkspace