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
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
location |
Required. The location resource where crawl rate management will be performed. Format: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "crawlRateScope": string } |
Fields | |
---|---|
crawl |
Required. The scope of the crawl rate change. Currently, only domain and host name are supported. A domain name example: |
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.