Removes the dedicated crawl rate for a craw_rate_scope. If the dedicated crawl rate was set, this will disable vertex AI's crawl bot from using the dedicated crawl rate for crawling. If the dedicated crawl rate was not set, this is a no-op.
HTTP request
POST https://discoveryengine.googleapis.com/v1beta/{location=projects/*/locations/*}:removeDedicatedCrawlRate
Required. The location resource where crawl rate management will be performed. Format: projects/{project}/locations/{location}
Request body
The request body contains data with the following structure:
JSON representation
{"crawlRateScope": string}
Fields
crawlRateScope
string
Required. The scope of the crawl rate change. Currently, only domain and host name are supported. A domain name example: example.com. A host name example: www.example.com. Please do not include / in the domain or host name.
Response body
If successful, the response body contains an instance of Operation.
[[["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 document describes how to remove a dedicated crawl rate for a specified scope, which will stop Vertex AI's crawl bot from using that dedicated rate.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request to remove the dedicated crawl rate is a POST request to a specific endpoint with a defined URL structure.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003elocation\u003c/code\u003e path parameter specifying the project and location where the crawl rate management will take place.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain the \u003ccode\u003ecrawlRateScope\u003c/code\u003e which defines the domain or host name for which the dedicated crawl rate is being removed, in string format.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful removal of the dedicated crawl rate returns an Operation object, and requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,[]]