singlestoredb.manage_workspaces

singlestoredb.manage_workspaces(access_token: Optional[str] = None, version: str = 'v1', base_url: str = 'https://api.singlestore.com') singlestoredb.management.workspace.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

Return type

WorkspaceManager