deploy

Automates Databricks Apps bundle deployment, lifecycle management and debugging.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/sumitsaxena-git/databricks-app --skill deploy-sumitsaxena-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/sumitsaxena-git/databricks-app/tree/main/agent-openai-agents-sdk/.claude/skills/deploy
Command: npx skills add https://github.com/sumitsaxena-git/databricks-app --skill deploy-sumitsaxena-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Deploy skill simplifies and automates the end-to-end deployment and lifecycle management of Databricks Apps bundles, including binding/unbinding existing apps, debugging deployments, and aligning configurations to deliver reliable app endpoints.

Core Features & Use Cases

  • Validate bundle configuration to catch errors before deployment.
  • Deploy bundles and start apps with bundle run to apply new code and settings.
  • Bind existing apps or unbind to switch deployments, manage production targets, and recover from conflicts.
  • Query deployed apps to verify status, access URLs, and environment details.

Quick Start

Provide the target app name and run a bundle deploy to publish and start the app in Databricks.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Databricks Apps bundle to publish and start an agent app?

To deploy a Databricks Apps bundle, you provide the target app name and run the bundle deploy command to apply new code and settings, then execute bundle run to start the published app.

What is the best way to bind an existing app to a Databricks bundle?

Binding an existing app to a Databricks bundle involves using specific bind commands to link the app, switch deployments, or manage production targets while syncing configurations with databricks.yml.

Why does my Databricks bundle deployment fail with an App Already Exists error?

An App Already Exists error during Databricks bundle deployment occurs when the target app is already provisioned; you must bind the existing app to the bundle or unbind it to resolve the conflict.

How do I validate a Databricks bundle configuration before deployment?

Validating a Databricks bundle configuration requires running the bundle validate command to catch errors and ensure app configuration is correctly synced with databricks.yml prior to deployment.

Can I query deployed Databricks Apps to verify status and access URLs?

You can query deployed Databricks Apps to verify status, access active URLs, and review environment details after running bundle deploy and bundle run commands to ensure successful publishing.

When should I unbind an app from a Databricks bundle?

You should unbind an app from a Databricks bundle when you need to switch deployments, change production targets, or recover from deployment conflicts and configuration errors.