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/v1alpha/{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 removal is performed through a POST HTTP request to the endpoint `https://discoveryengine.googleapis.com/v1alpha/{location=projects/*/locations/*}:removeDedicatedCrawlRate` using gRPC Transcoding."],["The `location` path parameter is required, formatted as `projects/{project}/locations/{location}`, to specify where the crawl rate management will occur."],["The request body must contain a `crawlRateScope` field, which specifies the scope (domain or host name) from which to remove the dedicated crawl rate, with example formats including `example.com` and `www.example.com`."],["Successfully removing a dedicated crawl rate will return an `Operation` instance, and this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]