deployments

Manage Koyeb deployment lifecycles via CLI commands.

4|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill deployments-koyeb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployments
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/deployments
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill deployments-koyeb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Managing deployment lifecycles across services can be tedious and error-prone, requiring multiple commands and manual checks.

Core Features & Use Cases

  • List deployments to monitor active versions and history.
  • Get or describe a deployment to inspect details and status.
  • Read logs to diagnose failures or build issues.
  • Cancel a deployment when a rollback or abort is needed. Use case: When a deployment stalls, quickly fetch details and logs, then cancel or describe the deployment to troubleshoot.

Quick Start

Describe and monitor deployments using the koyeb deployments commands to quickly identify status and take corrective actions.

Frequently Asked Questions about deployments

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

FAQPage Schema
How do I list and check the status of Koyeb deployments?

List Koyeb deployments via CLI commands to monitor active versions and history across services and environments. This provides a quick view of deployment statuses without manual dashboard checks.

How do I view logs to diagnose a stalled Koyeb deployment?

View Koyeb deployment logs through the CLI to diagnose build issues or failures. Reading logs helps you identify exactly why a deployment stalled and what corrective actions are needed.

Can I cancel a deployment from the Koyeb CLI?

Yes, you can cancel a Koyeb deployment directly from the CLI when a rollback or abort is needed. This stops the deployment lifecycle immediately without navigating the web interface.

Do I need the Koyeb CLI installed to describe and manage deployments?

Yes, managing Koyeb deployments requires the Koyeb CLI installed and an authenticated session. Once configured, you can get or describe deployments to inspect details and status instantly.

What's the best way to troubleshoot a failing deployment on Koyeb?

The best way to troubleshoot a failing Koyeb deployment is to fetch details and logs via CLI, then describe the deployment to inspect its status. This helps you quickly identify failures and take corrective actions.