tencent cloud

Cloud Infinite

Unbinding a Bucket from a Dataset

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-09-08 16:24:27
AI 번역 및 품질 검수 완료

Feature Description

Unbind a COS Bucket from a Dataset. After unbinding, metadata indexes will no longer be automatically created in the Dataset for new files added to the Bucket.

Authorization Description

When using a sub-account, add the ci:DeleteDatasetBinding permission to the action of the authorization policy. For all operation APIs supported by Cloud Infinite, see CI action.

Use Limits

Before using this API, confirm the relevant restrictions. For details, see Usage Limits.

Request

Request sample

DELETE /datasetbinding HTTP/1.1
Host: <AppId>.ci.ap-jakarta.myqcloud.com
Authorization: Auth String
Content-Length: xxx
Content-Type: application/json
Accept: application/json
Note:
Authorization: A request header that carries authentication information and is used to verify the legitimacy of the request. For details, see Request Signature.

Request header

This API only uses common request headers. For details, see Common Request Headers.

Request Parameter

Parameter Name
Description
Type
Required
DatasetName
Dataset name, unique within the same account. You can query it through the console or API.
String
Yes
URI
Resource identifier field. Indicates the resource to be bound with the dataset. Currently, COS Buckets and directories within Buckets are supported, and you can add a prefix to bind a directory. Field rule: cos://<BucketName>/prefix, where BucketName indicates the COS Bucket name. Example: cos://examplebucket-1250000000 can be used to directly bind a Bucket. You can also add a prefix, where prefix represents a path. Example: cos://examplebucket-1250000000/test_data.
String
Yes

Request body

{
"DatasetName": "test",
"URI": "cos://examplebucket-1250000000"
}

Response

Response Headers

This API only returns common response headers. For details, see Common Response Headers.

Response Body

{
"RequestId": "NjU4OTZhOGZfNGQ2ODk0MGJfNWEyMF81"
}
The specific data content of the response body is as follows:
Parameter Name
Type
Description
RequestId
String
Request ID

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백