singlestoredb.manage_workspaces

singlestoredb.manage_workspaces(access_token: str | None = None, version: str = 'v1', base_url: str = 'https://api.singlestore.com', *, organization_id: str | None = None) WorkspaceManager

Retrieve a SingleStoreDB workspace manager.

Parameters:
  • access_token (str, optional) – The API key or other access token for the workspace management API

  • version (str, optional) – Version of the API to use

  • base_url (str, optional) – Base URL of the workspace management API

  • organization_id (str, optional) – ID of organization, if using a JWT for authentication

Return type:

WorkspaceManager