services

Automate lifecycle management of Koyeb services via the Koyeb CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the lifecycle management of Koyeb services, enabling teams to manage creation, updates, deployment, and operational tasks from a single interface.

Core Features & Use Cases

  • List, get, describe, create, update, and delete services to manage the full lifecycle.
  • Pause/resume, redeploy, logs, and exec commands for troubleshooting and maintenance.
  • Use unapplied-changes to review pending updates before deploying to production.

Quick Start

Identify the target app and service, then use the appropriate koyeb services command to perform the desired action.

Frequently Asked Questions about services

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

FAQPage Schema
How do I automate Koyeb service lifecycle management for multiple apps?

Koyeb service lifecycle management automates listing, creating, updating, deleting, pausing, resuming, and redeploying services. It uses the Koyeb CLI with an authenticated session to execute operational tasks across multiple deployed apps from a single interface.

What's the best way to review pending service updates before deploying to Koyeb production?

Reviewing pending Koyeb service updates uses the unapplied-changes command to inspect staged modifications before production deployment. This prevents unintended configuration changes from affecting live services by displaying all pending differences for validation.

Can I execute commands and view logs for Koyeb services without logging into the dashboard?

Executing commands and viewing logs for Koyeb services uses the exec and logs CLI operations directly from your terminal. This requires the Koyeb CLI installed on PATH with an active authenticated session to interact with target services for troubleshooting.

Do I need the Koyeb CLI installed to manage service orchestration and deployment?

Yes, Koyeb service orchestration and deployment requires the Koyeb CLI installed on PATH with an authenticated session. The CLI executes lifecycle commands using official flags and references defined in the koyeb reference files.

Why does my Koyeb service deployment fail when running lifecycle commands?

Koyeb service deployment lifecycle commands fail when the CLI is not on PATH or the authenticated session is invalid. Ensure the Koyeb CLI is installed, authenticated, and using the correct official flags from the koyeb reference files.

How do I pause and resume Koyeb services during maintenance windows?

Pausing and resuming Koyeb services during maintenance uses the dedicated pause and resume CLI commands. These lifecycle operations temporarily halt and restart service instances without deleting the underlying configuration, enabling controlled maintenance windows.