syn org
Manage organizations
Manage organizations
syn org create
Create a new organization.
syn org create --name <name> --slug <slug>Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--name, -n | text | --- | Organization name |
--slug, -s | text | --- | URL-safe slug |
--created-by | text | cli | Creator identifier |
syn org delete
Delete an organization.
syn org delete <organization_id>Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
organization_id | text | Yes | Organization ID |
Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--force, -f | boolean | false | Skip confirmation |
syn org list
List all organizations.
syn org listsyn org show
Show details of an organization.
syn org show <organization_id>Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
organization_id | text | Yes | Organization ID |
syn org update
Update an organization's name or slug.
syn org update <organization_id>Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
organization_id | text | Yes | Organization ID |
Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--name, -n | text | --- | New name |
--slug, -s | text | --- | New slug |
Syntropic137 Docs v0.18.0 · Last updated March 2026