You cannot change the location of an existing Vertex AI resource after it is created
Create a new Vertex AI resource in the desired region or multi-region
Export or copy your data, models, notebooks, pipelines, or endpoints to the new location
Recreate the required Vertex AI services in the new region
Update your application to use the new regional Vertex AI endpoint
If using the Google Cloud Console, select the desired region before creating resources
If using gcloud, set the region with `gcloud config set ai/region REGION`
If using APIs or client libraries, specify the correct location in the request path or configuration
Delete the old resource only after confirming the new location works correctly
