tw organizations
Manage organizations
Run tw organizations -h to view supported workspace operations.
Organizations are the top-level structure and contain workspaces, members, and teams. You can also add external collaborators to an organization. See Organization management for more information.
tw organizations list
List organizations
tw organizations list
tw organizations delete
Delete an organization
tw organizations delete [OPTIONS]
Options
| Option | Description | Required | Default |
|---|---|---|---|
-i, --id | Organization numeric identifier. The unique ID assigned when the organization was created. | Yes | |
-n, --name | Organization name. The unique organization name used as a human-readable identifier. | Yes |
tw organizations add
Add an organization
tw organizations add [OPTIONS]
Options
| Option | Description | Required | Default |
|---|---|---|---|
-n, --name | Organization unique name. Must be unique across Seqera Platform. Used as the organization identifier in URLs and API calls. Cannot be changed after creation without --new-name. | Yes | |
-f, --full-name | Organization display name. The full, human-readable name for the organization shown in the UI. Can contain spaces and special characters. | Yes | |
-d, --description | Organization description. Free-text description providing context about the organization's purpose, team, or projects. | No | |
-l, --location | Organization location. Geographic location or region where the organization is based (e.g., 'San Francisco, CA' or 'EU'). | No | |
-w, --website | Organization website URL. Public website or documentation site for the organization. Must be a valid URL (e.g., https://example.com). | No | |
--overwrite | Overwrite existing organization. If an organization with this name already exists, delete it first before creating the new one. Use with caution as this permanently deletes the existing organization and all associated data. | No | false |
Run tw organizations add -h to view the required and optional fields for adding your workspace.
tw organizations add -n TestOrg2 -f 2nd\ Test\ Organization\ LLC -l RSA
Organization 'TestOrg2' with ID '204336622618177' was added
tw organizations update
Update an organization
tw organizations update [OPTIONS]
Options
| Option | Description | Required | Default |
|---|---|---|---|
-i, --id | Organization numeric identifier. The unique ID assigned when the organization was created. | Yes | |
-n, --name | Organization name. The unique organization name used as a human-readable identifier. | Yes | |
--new-name | New unique name for the organization. Changes the organization's identifier. Must be unique across Seqera Platform. Updates URLs and API references. | No | |
-f, --full-name | New display name for the organization. The full, human-readable name shown in the UI. Can contain spaces and special characters. | No | |
-d, --description | Organization description. Free-text description providing context about the organization's purpose, team, or projects. | No | |
-l, --location | Organization location. Geographic location or region where the organization is based (e.g., 'San Francisco, CA' or 'EU'). | No | |
-w, --website | Organization website URL. Public website or documentation site for the organization. Must be a valid URL (e.g., https://example.com). | No |
tw organizations view
View organization details
tw organizations view [OPTIONS]
Options
| Option | Description | Required | Default |
|---|---|---|---|
-i, --id | Organization numeric identifier. The unique ID assigned when the organization was created. | Yes | |
-n, --name | Organization name. The unique organization name used as a human-readable identifier. | Yes |