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-02-28 UTC."],[[["This 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."],["The HTTP request to remove the dedicated crawl rate is a POST request to a specific endpoint with a defined URL structure."],["The request requires a `location` path parameter specifying the project and location where the crawl rate management will take place."],["The request body must contain the `crawlRateScope` which defines the domain or host name for which the dedicated crawl rate is being removed, in string format."],["Successful removal of the dedicated crawl rate returns an Operation object, and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]