Introduction You can manage your tags in IBM Cloud by using the Global Tagging API. With this API, you can create, delete, search, attach, or detach tags. Tags are uniquely identified by a Cloud Resource Naming CRN identifier. Tags have a name, which must be unique within a billing account. You can make tags in key:value or label format. SDKs for Java, Node, Python, and Go are available to make it easier to programmatically access the API from your code. The client libraries that are provided by the SDKs implement best practices for using the API and reduce the amount of code that you need to write. The tab for each language includes code examples that demonstrate how to use the client libraries. For more information about using the SDKs, see the IBM Cloud SDK Common projecthttps://github.com/IBM/ibm-cloud-sdk-common on GitHub. Installing the Java SDK Maven xml Method Path Summary GET /v3/tags Get all tags POST /v3/tags Create an access management tag DELETE /v3/tags Delete all unused tags DELETE /v3/tags/{tag_name} Delete an unused tag POST /v3/tags/attach Attach tags POST /v3/tags/detach Detach tags