deleteInstanceTags
    • PDF

    deleteInstanceTags

    • PDF

    Article Summary

    Overview

    Deleting instance tags

    Description

    Deleting instance tags.

    Request Parameters

    Parameter NameRequirednessTypeLimitationDescription
    instanceNoListYesListRepeat not allowedinstance No list for deleting tags
    instanceTagList.tagKeyNoStringinstanceTagList. tag key
    instanceTagList.tagValueNoStringinstanceTagList. tag value

    Response Data Type

    • InstanceTagList type
    InstanceTagList extends CommonResponse
    private Integer totalRows;
    private List instanceTagList = new ArrayList();
    InstanceTag
    private String instanceNo;
    private CommonCode instanceType;
    private String tagKey;
    private String tagValue;

    Examples

    Request

    ncloud server deleteInstanceTags --instanceNoList 713768
    

    Response

    {
      "deleteInstanceTagsResponse": {
        "requestId": "c85cdbbb-d811-46ae-827b-faa48c7c697b",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": 0,
        "instanceTagList": []
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <deleteInstanceTagsResponse>
      <requestId>c85cdbbb-d811-46ae-827b-faa48c7c697b</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>0</totalRows>
      <instanceTagList/>
    </deleteInstanceTagsResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.