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

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

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

Update given deals to resume serving. This method will set the `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to false for all listed deals in the request. Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.resume endpoint. It is a no-op to resume running deals or deals paused by the other party. It is an error to call ResumeProposalDeals 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

- ResumeProposalDealsRequest — Request message to resume (unpause) serving for already-finalized deals.
  - `externalDealIds` string[] — The external_deal_id's of the deals to resume. If empty, all the deals in the proposal will be resumed.

## 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)
