| 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"} |
Koyeb Deployments
When to use
Use this skill to inspect or manage deployment history, logs, and cancellation.
Prerequisites
- Koyeb CLI installed and on PATH
- Authenticated session (see references/koyeb-auth.md)
Workflow
- Identify the service and deployment to inspect.
- Use list/get/describe to capture details.
- Read logs or cancel if requested.
Commands
- List deployments:
koyeb deployments list [flags]
- Get deployment:
koyeb deployments get <deployment-name>
- Describe deployment:
koyeb deployments describe <deployment-name>
- Deployment logs:
koyeb deployments logs <deployment-name>
- Cancel deployment:
koyeb deployments cancel <deployment-name>
Examples
- List deployments:
koyeb deployments list --service my-service
- Cancel a deployment:
koyeb deployments cancel <deployment-id>
- Show build logs:
koyeb deployments logs <deployment-id> --type build
References
For detailed flags, see references/koyeb-deployments-flags.md.
- references/koyeb-cli.md
- references/koyeb-deployments-flags.md
- references/koyeb-auth.md
- references/koyeb-output.md
- scripts/koyeb-cli.sh