singlestoredb.management.workspace.WorkspaceGroup.terminate

WorkspaceGroup.terminate(force: bool = False, wait_on_terminated: bool = False, wait_interval: int = 10, wait_timeout: int = 600) None

Terminate the workspace group.

Parameters:
  • force (bool, optional) – Terminate a workspace group even if it has active workspaces

  • wait_on_terminated (bool, optional) – Wait for the workspace group to go into ‘Terminated’ mode before returning

  • wait_interval (int, optional) – Number of seconds between each server check

  • wait_timeout (int, optional) – Total number of seconds to check server before giving up

Raises:

ManagementError – If timeout is reached