diff --git a/doc/ci/environments/deployment_approvals.md b/doc/ci/environments/deployment_approvals.md index 3b19569ad4cac04faea4f16769de8760ce113916..8545f329138c744249dfa3c7d18acf74bd40313b 100644 --- a/doc/ci/environments/deployment_approvals.md +++ b/doc/ci/environments/deployment_approvals.md @@ -215,11 +215,7 @@ The approval status details are shown: ## View blocked deployments -Use the UI or API to review the status of your deployments, including whether a deployment is blocked. - -::Tabs - -:::TabTitle With the UI +Review the status of your deployments, including whether a deployment is blocked. To view your deployments: @@ -229,16 +225,9 @@ To view your deployments: A deployment with the **blocked** label is blocked. -:::TabTitle With the API - -To view your deployments: - -- Using the [deployments API](../../api/deployments.md#get-a-specific-deployment), get a specific deployment, or a list of all deployments in a project. - +To view your deployments, you can also [use the API](../../api/deployments.md#get-a-specific-deployment). The `status` field indicates whether a deployment is blocked. -::EndTabs - ## Related topics - [Deployment approvals feature epic](https://gitlab.com/groups/gitlab-org/-/epics/6832)