deployments:read (read), deployments:write (mutations)
Trigger a deployment
| Field | Type | Required | Description |
|---|---|---|---|
imageUri | string | ✓ | OCI image URI to deploy |
201: Deployment created and pipeline complete.
| Status | Description |
|---|---|
pending | Queued, not yet started |
building | Image is being built or scanned |
running | Successfully deployed and serving traffic |
failed | Deploy failed (see errorMessage) |
rolled_back | Superseded by a rollback |
List deployments
limit, cursor)
Response 200:
Roll back
| Field | Type | Required | Description |
|---|---|---|---|
version | integer | ✓ | Version number of the deployment to roll back to |
201: New deployment object (type: rollback).
List server logs
logs:read or servers:read
Query parameters:
| Parameter | Type | Description |
|---|---|---|
level | string | Filter by level: debug, info, warn, error |
search | string | Case-insensitive substring match on message |
limit | integer | Max entries to return (1–200, default 50) |
before | string | Pagination cursor from a previous response (returns older entries) |
200:
cursor value from the response as the before query parameter in your next request. When hasMore is false, no more entries are available.