Pod
/api/v1/podsA containerised compute workload running inside a workspace.
listgetcreateupdatedeletestartstopSchema
| Field | Type | Notes |
|---|---|---|
| id* | uuid | Pod UUID. |
| workspace_id* | uuid | FK → WorkspaceOwning workspace. |
| organization_id* | uuid | FK → OrganizationOwning organization. |
| name* | string | Pod name (unique within workspace). |
| status* | enum | provisioning | running | stopping | stopped | failedPod lifecycle status. |
| spec* | json | Pod spec: image, cpu, memory, replicas. |
| labels | json | Key-value labels for filtering and grouping. |
| annotations | json | Arbitrary metadata annotations. |
| created_at* | date-time | Creation timestamp. |
| updated_at* | date-time | Last update timestamp. |
API
Loading manifest…