• Databricks Community
  • Warehousing & Analytics
  • Re: Command to display all computes available in y...

daniel_sahal
daniel_sahal
Databricks MVP
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎04-19-2024 03:05 AM

@Kaizen 
You've got three ways of doing this:
- Using REST API (https://docs.databricks.com/api/workspace/clusters/list),
- Using CLI (https://github.com/databricks/cli/blob/main/docs/commands.md#databricks-clusters-list---list-all-clu...)
- Using Python SDK (https://databricks-sdk-py.readthedocs.io/en/latest/workspace/compute/clusters.html#databricks.sdk.se...)

1 Kudo
Reply
Powered by Khoros