For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage organizations using the CLI

Explore how to manage organizations using the CLI.

Using the CLI, you can:

Add an organization

Command: weka org add

Use the following command line to create an organization:

weka org add <name> <username> <password> [--ssd-quota ssd-quota] [--total-quota total-quota]

Parameters

Name
Value
Default

Name

Value

Default

name*

Valid organization name.

username*

Valid username of the created Organization Admin.

password*

Password of the created Organization Admin.

ssd-quota

Allowed quota out of the system SSDs to be used by the organization.

0 (not limited)

total-quota

Total allowed quota for the organization (SSD and object store).

0 (not limited)

View organizations

Command: weka org

Rename an organization

Command: weka org rename

Use the following command line to rename an organization:

weka org rename <org> <new-name>

Parameters

Name
Value

org*

Current organization name or ID.

new-name*

New organization name.

Update the quota of an organization

Command: weka org set-quota

Use the following command line to update an organization's quota:

weka org set-quota <org> [--ssd-quota ssd-quota] [--total-quota total-quota]

Parameters

Name
Value

Name

Value

org*

Organization name or ID. The root organization (org ID = 0 cannot be limited)

ssd-quota

Allowed quota out of the system SSDs to be used by the organization

total-quota

Total allowed quota for the organization (SSD and object store)

Remove an organization

Command: weka org remove

Use the following command line to remove an organization:

weka org remove <org>

Parameters

Name
Value

org*

Organization name or ID.

Related topics

Mount authentication for organization filesystems

Last updated