Databricks
Manage Databricks workspaces, clusters, jobs, and notebooks. Data engineering and ML platform operations from the CLI.
33 commands
Browse by Topic
Install Databricks CLI
Install the Databricks command-line interface via pip
Configure Databricks CLI
Set up Databricks CLI authentication with a personal access token
Check Databricks CLI version
Display the installed Databricks CLI version
List all clusters
List all clusters in the workspace.
Get cluster info
Get detailed information about a specific cluster.
Start cluster
Start a terminated cluster.
Terminate cluster
Terminate a running cluster.
Create cluster from JSON
Create a new cluster from a JSON configuration file.
Restart cluster
Restart a running cluster.
List all jobs
List all jobs in the workspace.
Get job details
Get detailed information about a specific job.
Run job now
Trigger an immediate run of a job.
Create job from JSON
Create a new job from a JSON configuration.
Delete job
Delete a job from the workspace.
List job runs
List all runs for a specific job.
Cancel run
Cancel a running job execution.
List workspace contents
List contents of a workspace folder.
Export notebook
Export a notebook to a local file.
Import notebook
Import a local file as a notebook.
Export directory
Export entire workspace directory recursively.
Create directory
Create a new folder in the workspace.
Delete item
Delete a workspace item (add --recursive for folders).
List catalogs
List all catalogs in the metastore.
List schemas
List schemas in a catalog.
List tables
List tables in a schema.
Get table info
Get detailed information about a table.
Grant permissions
Grant permissions on a securable object.
List experiments
List all MLflow experiments.
Create experiment
Create a new MLflow experiment.
Search runs
Search for runs in an experiment.
List registered models
List all registered models in the registry.
Get model details
Get details of a registered model.
Transition model stage
Transition a model version to a new stage.
Discussion
Loading comments...