원클릭으로
deployments
Manage Koyeb deployments: cancel, describe, get, list, and view logs. Use when the user needs deployment status or troubleshooting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Koyeb deployments: cancel, describe, get, list, and view logs. Use when the user needs deployment status or troubleshooting.
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 domains: attach, detach, create, delete, describe, get, list, and refresh domains. Use when the user needs domain configuration for a service.
Manage Koyeb instances: copy files, describe, exec, get, list, and view logs. Use when debugging or operating running instances.
| name | deployments |
| description | Manage Koyeb deployments: cancel, describe, get, list, and view logs. Use when the user needs deployment status or troubleshooting. |
| license | MIT |
| compatibility | Requires the Koyeb CLI and network access. |
| metadata | {"author":"koyeb","version":"0.0.2"} |
Use this skill to inspect or manage deployment history, logs, and cancellation.
koyeb deployments list [flags]koyeb deployments get <deployment-name>koyeb deployments describe <deployment-name>koyeb deployments logs <deployment-name>koyeb deployments cancel <deployment-name>koyeb deployments list --service my-servicekoyeb deployments cancel <deployment-id>koyeb deployments logs <deployment-id> --type buildFor detailed flags, see references/koyeb-deployments-flags.md.