Admin Guide
Tenants
How to view and manage tenants in the admin dashboard.
Tenants
The Tenants page gives super-admins full visibility and control over every tenant in the platform.
Viewing tenants
Navigate to System → Tenants in the sidebar. The table shows:
| Column | Description |
|---|---|
| Name | Display name of the tenant |
| Slug | URL-safe identifier (must be unique) |
| Created | Date the tenant was created |
| Status | Active / soft-deleted |
Creating a tenant
Requires
isSuperAdmin = true.
- Click + New Tenant in the top-right of the table.
- Fill in the Name and Slug fields.
- Slug must be lowercase, alphanumeric, and hyphen-separated (e.g.
acme-corp). - Slugs cannot be changed after creation.
- Slug must be lowercase, alphanumeric, and hyphen-separated (e.g.
- Click Create.
Configuring tenant upload quota
- Click a tenant name (or ⋯ → View details) to open the tenant detail sheet.
- In Upload Quota Configuration, set Monthly upload limit (GB).
- Click Save quota.
Notes:
- Leave the field blank to use the platform default quota.
- Quota values are persisted in tenant settings and enforced by the API during upload URL issuance.
Deleting a tenant
Click the ⋯ menu → Delete. This performs a soft delete (deletedAt timestamp is set). The tenant's data remains in the database.
There is currently no UI to restore a soft-deleted tenant. Use the database directly if needed.