检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        10000 results found.
        • Deleting an Object - Object Storage Service

          Deleting an Object - Object Storage Service

          Deleting an Object Deleting a Single Object You can call deleteObject to delete a single object. Sample code is as follows: static OBSClient *client; NSString *endPoint = @"your-endpoint"; // Hard-coded or plaintext AK/SK are risky.

          Help > Object Storage Service > iOS > Object Management
        • Deleting Buckets - Object Storage Service

          Deleting Buckets - Object Storage Service

          Deleting Buckets Scenarios You can delete unwanted buckets to free up the quota of buckets. Make sure that a bucket is emptied before you delete it. An empty bucket must meet the following requirements: There is no object or any historical version of an object in the bucket.

          Help > Object Storage Service > Operation Guide (Leaving soon. Moving to User Guide.) > Bucket Management
        • Deleting a Stack - Resource Formation Service

          Deleting a Stack - Resource Formation Service

          When Deletion Protection is disabled: On the stack list page, find the created stack and click Delete in the Operation column. In the displayed dialog box, enter Delete in the text box and click OK.

          Help > Resource Formation Service > User Guide > Getting Started
        • Unsubscribing from or Deleting an EVS Disk - Elastic Volume Service

          Unsubscribing from or Deleting an EVS Disk - Elastic Volume Service

          To permanently delete the disk, go to the recycle bin, find the disk, and delete it from the bin. When the disk disappears from the recycle bin, the disk has been deleted.

          Help > Elastic Volume Service > User Guide > Detaching and Deleting an EVS Disk
        • Deleting a Bucket - Object Storage Service

          Deleting a Bucket - Object Storage Service

          Run the obsutil rm obs://bucket-test command to delete bucket bucket-test. obsutil rm obs://bucket-test Start at 2024-09-30 07:58:33.736622 +0000 UTC Do you want to delete bucket [bucket-test] ? Please input (y/n) to confirm: y Delete bucket [bucket-test] successfully!

          Help > Object Storage Service > obsutil > Bucket Commands
        • Account Deletion Process - My Account

          Account Deletion Process - My Account

          Account Deletion Process You can delete your account on the Basic Information page. Close the account before you delete it. An account retention period starts after your account is closed.

          Help > My Account > User Guide > Huawei Cloud Account Information Management > Deleting a Huawei Cloud Account
        • Deleting a Dedicated Load Balancer - Elastic Load Balance

          Deleting a Dedicated Load Balancer - Elastic Load Balance

          Deleting a Dedicated Load Balancer Scenarios You can delete a load balancer if you on longer need it. Back up the data if necessary. Once you delete or unsubscribe from a load balancer, the related data will be immediately deleted and cannot be restored.

          Help > Elastic Load Balance > User Guide > User Guide for Dedicated Load Balancers > Load Balancer
        • Deleting a Tag from an Associated Resource - Cloud Backup and Recovery

          Deleting a Tag from an Associated Resource - Cloud Backup and Recovery

          Deleting a Tag from an Associated Resource Function This API is used to delete a tag from an associated resource. The API is idempotent. When you delete a nonexistent tag, error code 404 will be returned. Tag keys cannot be empty or be empty character strings.

          Help > Cloud Backup and Recovery > API Reference > CBR APIs > Tags
        • Deleting an Index - Key-Value Storage Service

          Deleting an Index - Key-Value Storage Service

          Deleting an Index Scenarios You will delete an index during table creation. Prerequisites The index to be deleted has been created and you have not completed the table creation. Notes and Constraints You can only delete indexes during table creation.

          Help > User Guide > Indexes
        • Deleting a Migration Task Group - Object Storage Migration Service

          Deleting a Migration Task Group - Object Storage Migration Service

          To delete the task group, pause it first. Calling Method For details, see Calling APIs. URI DELETE /v2/{project_id}/taskgroups/{group_id} Table 1 Path parameters Parameter Mandatory Type Description project_id Yes String The project ID.

          Help > Object Storage Migration Service > API Reference > APIs V2 (Recommended) > Migration Task Group Management
        • How Do I Unsubscribe from DEW? - Data Encryption Workshop

          How Do I Unsubscribe from DEW? - Data Encryption Workshop

          If you fail to create a Dedicated HSM instance, you can click Delete in the row where the failed instance locates to delete it. Then you can submit a service ticket to apply for refund.

          Help > Data Encryption Workshop > Billing > Billing FAQs
        • Deleting a Connection - Direct Connect

          Deleting a Connection - Direct Connect

          Deleting a Connection Function This API is used to delete a connection. This API is only used to delete pay-per-use connections. You can only unsubscribe them yearly/monthly connections. Debugging For details, see Calling APIs.

          Help > Direct Connect > API Reference > API > Connections
        • Batch Adding or Deleting Tags to or from a Transit IP Address - NAT Gateway

          Batch Adding or Deleting Tags to or from a Transit IP Address - NAT Gateway

          The value can be one of the following: create delete tags Yes Array of Tag objects Specifies the tag list. Table 4 Tag Parameter Mandatory Type Description key Yes String Specifies the tag key.

          Help > NAT Gateway > API Reference > APIs for Private NAT Gateways > Transit IP Address Tags
        • Batch Adding or Deleting Tags to or from a Public NAT Gateway - NAT Gateway

          Batch Adding or Deleting Tags to or from a Public NAT Gateway - NAT Gateway

          Batch Adding or Deleting Tags to or from a Public NAT Gateway Function This API is used to batch add or delete tags to or from a public NAT gateway. Tag Management Service (TMS) needs to use this API to manage tags of resources in batches. A resource can have up to 10 tags.

          Help > NAT Gateway > API Reference > APIs of Public NAT Gateways > Public NAT Gateway Tags (V3)
        • Deleting Data - MapReduce Service

          Deleting Data - MapReduce Service

          table = conn.getTable(tableName); // Instantiate a Delete object. Delete delete = new Delete(rowKey); // Submit a delete request.

          Help > MapReduce Service > Developer Guide (Normal_3.x) > HBase Development Guide (Normal Mode) > Developing an Application > Reading/Writing Data
        • Deleting Data - MapReduce Service

          Deleting Data - MapReduce Service

          table = conn.getTable(tableName); // Instantiate a Delete object. Delete delete = new Delete(rowKey); // Submit a delete request.

          Help > MapReduce Service > Developer Guide (Normal_3.x) > HBase Development Guide (Security Mode) > Developing an Application > Reading/Writing Data
        • Deleting Data - MapReduce Service

          Deleting Data - MapReduce Service

          table = conn.getTable(tableName); // Instantiate a Delete object. Delete delete = new Delete(rowKey); // Submit a delete request.

          Help > MapReduce Service > Developer Guide (LTS) > HBase Development Guide (Normal Mode) > Developing an Application > HBase Data Read/Write Sample Program
        • Deleting an App Code - ModelArts

          Deleting an App Code - ModelArts

          Deleting an App Code Function This API is used to delete a specified app code of an API Gateway app. Only the user who creates the app can delete it, and only apps of the shared or dedicated API Gateway can have app codes.

          Help > ModelArts > API Reference > App Authentication Management
        • Submitting an Oozie HDFS Job Using Hue - MapReduce Service

          Submitting an Oozie HDFS Job Using Hue - MapReduce Service

          If you click DELETE PATH+ to delete HDFS directories, this parameter cannot be left empty. Otherwise, the /user/{User who submit the job} directory of the HDFS will be deleted by default, which may cause running errors of other tasks.

          Help > MapReduce Service > Component Operation Guide (Normal) > Using Oozie > Using Hue to Submit an Oozie Job
        • Deleting a Tag from the Root, OUs, or Accounts - Organizations

          Deleting a Tag from the Root, OUs, or Accounts - Organizations

          Select the OU whose tag you want to delete, and click the Tags tab in the pane on the right. Locate the tag you want to delete and click Delete in the Operation column. Then, click OK in the displayed dialog box. Figure 1 Deleting a tag Parent topic: Deleting a Tag

          Help > Organizations > User Guide > Managing Tags > Deleting a Tag
        Total results: 10000
        • Previous
        • 1
        • ...
        • 24
        • 25
        • 26
        • ...
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement