Overview

This is a note on how to delete a feature store in Vertex AI on GCP (Google Cloud Platform).

I later noticed that official documentation was available at the following link.

https://cloud.google.com/vertex-ai/docs/featurestore/managing-featurestores#delete_a_featurestore

Method

In this example, I will attempt to delete a feature store called test as shown below.

It could be deleted by executing the following command. (I was unable to find a way to delete it from the GUI.)

ValueDescription
LOCATIONThe region where the feature store is located (e.g., us-central1).
PROJECTThe project ID or project number.
FEATURESTORE_IDThe ID of the feature store.
c-huHtrtl"pAs-u:Xt/hD{ErLLiOEzCTaAEtTiI\oOnN:}-Baeiaprleartf$o(rgmc.lgoouodglaeuatphisp.rcionmt/-va1cbceetsas1-/tporkoejne)c"ts{PROJECT}/locations/{LOCATION}/featurestores/{FEATURESTORE_ID}

This could be executed in Cloud Shell.

Summary

I hope this helps anyone experiencing the same issue.