delimit_deploy_status
Check the current rollout metadata for an app/environment, including deployed SHA and rollout state, without runtime probes.
Instructions
Read the current rollout metadata for an app/env (Pro).
When to use: to inspect the currently deployed SHA, rollout state, and any in-progress deploy without actually probing the running app. Useful for "what is live right now?" questions and for the deploy dashboard. When NOT to use: for active runtime health probes (use delimit_deploy_verify), for steady-state observability metrics (delimit_obs_metrics / delimit_obs_status), or to deploy a change (delimit_deploy_plan / delimit_deploy_build).
Sibling contrast: delimit_deploy_verify exercises the running app via probes; this reads deploy-system metadata only. delimit_release_status is the sibling on the release-tracking side (versions, history). Compared to a registry inspection, this reports rollout state, not just image presence.
Side effects: read-only against the deploy backend and gated by require_premium — unlicensed callers receive a license payload and no query runs. On a licensed call, invokes backends.deploy_bridge.status which queries the deploy state store. No write, no probe, no notification. Response routed through _with_next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Application name. | |
| env | No | Target environment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||