Deployment status
engineering.deploy.statusRead the configured release-state evidence file and return the deployment verdict: OK, IN_FLIGHT, PENDING, FAILED, UNKNOWN, or UNAVAILABLE, along with evidence age.
Instructions
What deployment state is reported by the configured application/deployment evidence source? Deterministic read-only verdict (OK | IN_FLIGHT | PENDING | FAILED | UNKNOWN | UNAVAILABLE) built ONLY from the operator-configured release-state evidence source (MEMORYOS_VPS_GUARDIAN_RELEASE_STATE_FILE, read-only JSON file). UNAVAILABLE means no source is configured or it returned no valid evidence; UNKNOWN means a valid source explicitly reported no deployment status. evidenceAgeSeconds is factual evidence age and never changes the verdict. It does not assess application health, VPS health, readiness to deploy or failure causes. Input must be exactly {}. No mutation, no shell, no SSH, no network, no secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| status | Yes | ||
| summary | Yes | ||
| observedAt | Yes | ||
| limitations | Yes | ||
| applicationId | Yes | ||
| currentReleaseId | Yes | ||
| evidenceAgeSeconds | Yes | ||
| lastDeploymentFinishedAt | Yes |