Deleting a Helm chart from a registry
Written by
Updated at March 31, 2026
You can delete a Helm chart
Deleting a Helm chart locally
CLI
To delete a Helm chart locally, run the command below:
helm repo remove registry.yandexcloud.net/<registry_ID>/<Helm_chart_name>:<version>
Deleting a Helm chart in a registry
CLI
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id options.
To delete a Helm chart uploaded to Cloud Registry, run the command you would use to delete Docker images:
yc container image delete <image_ID>