Getting scale to zero status of endpoint
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 05:22 AM
Hello,
I need to get the current scale to zero status of endpoint. How can I do that via python code?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:15 AM
Hello @musicman,
You can integrate the following REST API to check if an endpoint has
scale_to_zero_enabled {false|enable}
https://docs.databricks.com/api/workspace/servingendpoints/get
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 07:18 AM
Hey,
that worked. Thanks for you quick response.
Cheers

