Skip to main content

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

OptionDescriptionRequiredDefault
-i, --idOrganization numeric identifier. The unique ID assigned when the organization was created.Yes
-n, --nameOrganization name. The unique organization name used as a human-readable identifier.Yes

tw organizations add

Add an organization

tw organizations add [OPTIONS]

Options

OptionDescriptionRequiredDefault
-n, --nameOrganization 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-nameOrganization display name. The full, human-readable name for the organization shown in the UI. Can contain spaces and special characters.Yes
-d, --descriptionOrganization description. Free-text description providing context about the organization's purpose, team, or projects.No
-l, --locationOrganization location. Geographic location or region where the organization is based (e.g., 'San Francisco, CA' or 'EU').No
-w, --websiteOrganization website URL. Public website or documentation site for the organization. Must be a valid URL (e.g., https://example.com).No
--overwriteOverwrite 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.Nofalse

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

OptionDescriptionRequiredDefault
-i, --idOrganization numeric identifier. The unique ID assigned when the organization was created.Yes
-n, --nameOrganization name. The unique organization name used as a human-readable identifier.Yes
--new-nameNew unique name for the organization. Changes the organization's identifier. Must be unique across Seqera Platform. Updates URLs and API references.No
-f, --full-nameNew display name for the organization. The full, human-readable name shown in the UI. Can contain spaces and special characters.No
-d, --descriptionOrganization description. Free-text description providing context about the organization's purpose, team, or projects.No
-l, --locationOrganization location. Geographic location or region where the organization is based (e.g., 'San Francisco, CA' or 'EU').No
-w, --websiteOrganization 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

OptionDescriptionRequiredDefault
-i, --idOrganization numeric identifier. The unique ID assigned when the organization was created.Yes
-n, --nameOrganization name. The unique organization name used as a human-readable identifier.Yes