Skip to main content

Delete a tag

Contributors netapp-lenida

You can delete object tags when you no longer want them set on a volume or on objects in the object store.

Procedure

You can delete object tags with ONTAP System Manager or the ONTAP CLI.

System Manager
  1. Navigate to Storage > Tiers.

  2. Locate a storage tier with volumes containing tags you want to delete.

  3. Click the Volumes tab.

  4. Locate the volume with tags you want to delete, and in the Object Tags column click the tag name.

  5. To delete the tag, click the trash can icon.

  6. Click Apply.

CLI
  1. Use the volume modify command with the -tiering-object-tags option followed by an empty value ("") to delete an existing tag.

    The following example deletes the existing tags on fp_volume1.

    vol modify -volume fp_volume1 -vserver vs0 -tiering-object-tags ""