---
title: "POST /v1/forms/{formId}/watches/{watchId}:renew"
method: POST
path: "/v1/forms/{formId}/watches/{watchId}:renew"
tags: ["forms"]
---

# POST /v1/forms/{formId}/watches/{watchId}:renew

`POST /v1/forms/{formId}/watches/{watchId}:renew`

Renew an existing watch for seven days. The state of the watch after renewal is `ACTIVE`, and the `expire_time` is seven days from the renewal. Renewing a watch in an error state (e.g. `SUSPENDED`) succeeds if the error is no longer present, but fail otherwise. After a watch has expired, RenewWatch returns `NOT_FOUND`.

## Path parameters

- `formId` string, required
- `watchId` string, required

## Request body

- RenewWatchRequest — Renew an existing Watch for seven days.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/forms.md) · [All operations](https://skmtc.dev/google/apis/forms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/forms/revisions/4ee45aaa2874/schema)
