ワンクリックで
instances
Manage Koyeb instances: copy files, describe, exec, get, list, and view logs. Use when debugging or operating running instances.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage Koyeb instances: copy files, describe, exec, get, list, and view logs. Use when debugging or operating running instances.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage Koyeb apps: create, update, pause or resume, delete, list, describe, and fetch app details. Use when the user asks about Koyeb apps or app lifecycle operations.
Create Koyeb archives for deployments. Use when the user needs to upload or create an archive for a service deployment.
Manage Koyeb databases: create, delete, get, list, and update databases. Use when the user needs database lifecycle actions.
Deploy Koyeb services and apps. Use when the user asks to deploy code, trigger a redeploy, or roll out changes.
Manage Koyeb deployments: cancel, describe, get, list, and view logs. Use when the user needs deployment status or troubleshooting.
Manage Koyeb domains: attach, detach, create, delete, describe, get, list, and refresh domains. Use when the user needs domain configuration for a service.
| name | instances |
| description | Manage Koyeb instances: copy files, describe, exec, get, list, and view logs. Use when debugging or operating running instances. |
| license | MIT |
| compatibility | Requires the Koyeb CLI and network access. |
| metadata | {"author":"koyeb","version":"0.0.2"} |
Use this skill to inspect or interact with running instances, including exec, logs, and file copy.
koyeb instances list [flags]koyeb instances get <instance-name>koyeb instances describe <instance-name>koyeb instances logs <instance-name> [flags]koyeb instances exec <instance-name> <cmd> -- [args...]koyeb instances cp <src> <dst>koyeb instances list --service my-servicekoyeb instances exec <instance-id> /bin/bashkoyeb instances cp <instance-id>:/path/file.txt ./For detailed flags, see references/koyeb-instances-flags.md.