[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThis webpage outlines the process for retrying the registration of a Subscription using the \u003ccode\u003eeventSubscriptions.retry\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePOST\u003c/code\u003e request to \u003ccode\u003ehttps://connectors.googleapis.com/v1/{name=projects/*/locations/*/connections/*/eventSubscriptions/*}:retry\u003c/code\u003e initiates the retry operation, and uses gRPC transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is a required string, in the format \u003ccode\u003eprojects/*/locations/*/connections/*/eventSubscriptions/*\u003c/code\u003e, necessitating \u003ccode\u003econnectors.eventsubscriptions.update\u003c/code\u003e IAM permission for authorization.\u003c/p\u003e\n"],["\u003cp\u003eAn empty request body is required for this operation.\u003c/p\u003e\n"],["\u003cp\u003eA successful retry results in a response body containing an instance of the \u003ccode\u003eOperation\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.connections.eventSubscriptions.retry\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\neventSubscriptions.retry retries the registration of Subscription.\n\n### HTTP request\n\n`POST https://connectors.googleapis.com/v1/{name=projects/*/locations/*/connections/*/eventSubscriptions/*}:retry`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/integration-connectors/docs/reference/rest/v1/projects.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]