Skip to content

Commit

Permalink
Update src/neptune/management/internal/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sabine <sabine.nyholm@neptune.ai>
  • Loading branch information
Raalsky and normandy7 authored Feb 29, 2024
1 parent e236a3e commit 365e945
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/neptune/management/internal/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,13 @@ def clear_trash(


def get_workspace_status(workspace: str, *, api_token: Optional[str] = None) -> Dict[str, int]:
"""Gets the status of a Neptune workspace including the storage usage and limits.
"""Retrieves status information about a Neptune workspace.
Includes the following:
- Storage usage and limit
- Active project count and limit
- Member count
Args:
workspace: Name of the Neptune workspace.
Expand Down

0 comments on commit 365e945

Please sign in to comment.