Platform Instances
Service: arkos-platform-api
Table: platform_instances
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
slug | string | yes | - | unique |
definition_id | uuid | yes | - | - |
account_id | uuid | yes | - | - |
owner_account_id | uuid | no | - | - |
operator_account_id | uuid | no | - | - |
licensed_from_account_id | uuid | no | - | - |
name | string | yes | - | - |
display_name | string | no | - | - |
status | enum | no | - | enum: provisioning, active, suspended, migrating, decommissioning, archived |
status_reason | text | no | - | - |
deployment_mode | enum | no | - | enum: saas, self_hosted, hybrid |
control_plane | jsonb | no | - | - |
data_plane | jsonb | no | - | - |
services | jsonb | no | - | - |
available_portal_ids | jsonb | no | - | - |
default_portal_id | uuid | no | - | - |
tenant_policy | jsonb | no | - | - |
limits | jsonb | no | - | - |
license_id | uuid | no | - | - |
branding | jsonb | no | - | - |
custom_domain | string | no | - | - |
created_by | string | no | - | - |
activated_at | timestamp | no | - | - |
suspended_at | timestamp | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |