Method: projects.locations.removeDedicatedCrawlRate
Stay organized with collections
Save and categorize content based on your preferences.
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
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
location |
string
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
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["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-03-03 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 location endpoint using gRPC Transcoding syntax."],["The required path parameter is `location`, which specifies the project and location where the crawl rate management is being performed."],["The request body, in JSON format, must contain the `crawlRateScope` field, which specifies the domain or host name for which the dedicated crawl rate is being removed."],["A successful request returns an Operation instance, and the operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]