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

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

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

Update the given proposal to resume serving. This method will set the `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to false for all deals in the proposal. Note that if the `has_seller_paused` bit is also set, serving will not resume until the seller also resumes. It is a no-op to resume an already-running proposal. It is an error to call ResumeProposal for a proposal that is not finalized or renegotiating.

## Path parameters

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

## Request body

- ResumeProposalRequest — Request message to resume (unpause) serving for an already-finalized proposal.

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