instances

Inspect and interact with running Koyeb instances using the Koyeb CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps developers inspect and control running Koyeb instances for debugging and operational tasks such as viewing status, copying files, and executing commands inside the instance.

Core Features & Use Cases

  • List, get, and describe instances to verify state and configuration.
  • Read logs and run commands inside an instance to troubleshoot issues.
  • Copy files to/from an instance to facilitate diagnostics and data collection.
  • Use cases include incident response, service maintenance, and on-demand debugging during development.

Quick Start

Identify an instance and perform a quick diagnostic by executing a command inside the running container.

Frequently Asked Questions about instances

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

FAQPage Schema
How do I debug a running Koyeb instance?

To debug a running Koyeb instance, you can read its logs and execute commands directly inside the container. This allows you to inspect service status, troubleshoot issues, and perform operational maintenance during an incident.

Can I copy files to and from a Koyeb instance for diagnostics?

Yes, you can copy files to and from a Koyeb instance. This facilitates diagnostics and data collection by allowing you to transfer files between your local environment and the running container for troubleshooting.

How do I check the status and configuration of my Koyeb instances?

You can list, get, and describe Koyeb instances to verify their state and configuration. This provides visibility into running services and helps identify operational issues during maintenance or incident response.

Do I need the Koyeb CLI installed to manage my instances?

Yes, you need the Koyeb CLI installed on your PATH and an authenticated session. The skill uses koyeb instance commands and relies on this setup to execute remote operations and manage your services.

What's the best way to run commands inside a Koyeb service container?

The best way to run commands inside a Koyeb service container is by using remote execution through the Koyeb CLI. This enables on-demand troubleshooting and lets you interact directly with a specified instance within your service.

Can I use this approach for incident response on Koyeb services?

Yes, this approach supports incident response and service maintenance on Koyeb. By inspecting instances, reading logs, and executing commands, you can troubleshoot issues and perform on-demand debugging during development or production incidents.