Trying to delete the last remaining data store in my vertex ai deployment (this was a POC) but I am unable to delete it. It prompts me to type the data store name and no matter what you put it fails to recognize it is correct and I am unable to delete it.
Seems pretty clear this is a backend issue, but I am unable to open a support ticket because we have "basic" support. Thanks in advance.
Hi @bretthoshaw,
Welcome to Google Cloud Community!
Since you're unable to delete a data store in Vertex AI despite trying various methods, it’s likely a backend issue. Since your support plan doesn’t allow you to open a ticket, here are a few things to try:
gcloud ai datastores delete DATASTORE_NAME --region=REGION
Replace DATASTORE_NAME and REGION with the correct values. If you don't know the region, you can find that by checking your resources in the console. You can also check this document.
If none of these solutions work and considering the limitations of your support plan, your best option may be to reach out to Google Cloud support for additional help.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.