Command reference
ORGANIZATIONS
List organizations and set the active one
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List organizations and set the active one
oumi-cli organizations list [OPTIONS]
| Option | Type | Required | Description |
|---|---|---|---|
--limit | int range | Return at most N organizations (default 100). The server returns the full list in one response, so this is a client-side cap. | |
--all | flag | Return every organization (bounded by --max-items). Mutually exclusive with --limit. | |
--max-items | int range | Hard safety cap on rows fetched, in any mode (default 10000). |
oumi-cli organizations set [OPTIONS] {org_id}
| Argument | Type | Required | Description |
|---|---|---|---|
ORG_ID | str | ✓ | Organization ID to activate in the current profile. |
Was this page helpful?