---
title: "POST /v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:pause"
method: POST
path: "/v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:pause"
tags: ["accounts"]
---

# POST /v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:pause

`POST /v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:pause`

Update given deals to pause serving. This method will set the `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to true for all listed deals in the request. Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.pause endpoint. It is a no-op to pause already-paused deals. It is an error to call PauseProposalDeals for deals which are not part of the proposal of proposal_id or which are not finalized or renegotiating.

## Path parameters

- `accountId` string, required
- `proposalId` string, required

## Request body

- PauseProposalDealsRequest — Request message to pause serving for finalized deals.
  - `externalDealIds` string[] — The external_deal_id's of the deals to be paused. If empty, all the deals in the proposal will be paused.
  - `reason` string — The reason why the deals are being paused. This human readable message will be displayed in the seller's UI. (Max length: 1000 unicode code units.)

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/adexchangebuyer2.md) · [All operations](https://skmtc.net/google/apis/adexchangebuyer2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/adexchangebuyer2/revisions/ec45fdc03096/schema)
