Check deployment & data-plane status
A quick health read is the first step in any operational check — it tells you whether the gateway’s components and data planes are healthy for a given environment before you dig deeper.
Deployment status
Section titled “Deployment status”Read deployment status for an environment
- Open Operate → Deployment status and select the environment.
curl "$GATEWAY/v1/deployment/status?environment_id=prod" \
-H "authorization: Bearer $TOKEN"getDeploymentStatus in the API reference →gatewayctl status deployment --environment prod --format jsonEvery gatewayctl verb accepts --format text|json.
Data-plane topology
Section titled “Data-plane topology”List data planes and their health
- Open Operate → Data planes to see replicas, health, and projection version.
curl "$GATEWAY/v1/data-planes?tenant_id=tenant_local&environment_id=prod" \
-H "authorization: Bearer $TOKEN"getDataPlanes in the API reference →gatewayctl status data-planes --environment prod --format jsonDetail one with gatewayctl status data-plane <id>.
Type set in Geist, Source Serif 4, and Departure Mono.