I’m building a POC using Vertex AI online predictions and need to minimize costs by enabling the endpoint only during demos.
Currently, I undeploy the model and delete the endpoint after each session to ensure no costs are incurred.
If I keep the endpoint but undeploy the model, will there still be any charges?
In other words, can I safely keep the endpoint without a model deployed to avoid costs?