Databricks Repos API

The Databricks Repos API allows you to manage Git repositories within a Databricks workspace. It provides programmatic access to create, update, delete, and list repos, as well as perform Git operations like pulling latest changes, enabling version-controlled notebook and code development.

API entry from apis.yml

apis.yml Raw ↑
aid: databricks:repos-api
name: Databricks Repos API
tags:
- Git
- Repositories
- Version Control
humanURL: https://docs.databricks.com/api/workspace/repos
properties:
- url: https://docs.databricks.com/api/workspace/repos
  type: Documentation
description: The Databricks Repos API allows you to manage Git repositories within a Databricks workspace.
  It provides programmatic access to create, update, delete, and list repos, as well as perform Git operations
  like pulling latest changes, enabling version-controlled notebook and code development.