delimit_release_status
Inspect the active release version across all services in an environment to get a point-in-time snapshot of what is currently live.
Instructions
Report the active release version for a whole environment (Pro).
When to use: to inspect which release version is currently live across all services in an environment — the "what is shipped right now?" check at the release-tier (versions across services) rather than the deploy-tier (per-app SHA). Useful for incident pages and pre-deploy "what are we coming from?" snapshots. When NOT to use: for per-app rollout state (use delimit_deploy_status), for past releases on the same env (use delimit_release_history), or to plan a new release (delimit_release_plan).
Sibling contrast: delimit_deploy_status reports a single app's SHA rollout; this reports the environment's release version overall (the rollup across apps). delimit_release_history is the time-axis sibling; this is the point-in-time snapshot.
Side effects: read-only against the ops backend and gated by require_premium — unlicensed callers receive a license payload and no query runs. On a licensed call, invokes backends.tools_infra.release_status which reads the release manifest for the environment. No write, no probe, no notification. Response routed through _with_next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | Target environment. Default "production". | production |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||