AgentSkillsCN

volumes

管理 Koyeb 卷:创建、删除、获取、列出及更新卷。适用于用户需要进行持久化存储管理时使用。

SKILL.md
--- frontmatter
name: volumes
description: "Manage Koyeb volumes: create, delete, get, list, and update volumes. Use when the user needs persistent storage management."
license: MIT
compatibility: Requires the Koyeb CLI and network access.
metadata:
  author: koyeb
  version: "0.0.1"

Koyeb Volumes

When to use

Use this skill to create or manage persistent volumes.

Prerequisites

  • Koyeb CLI installed and on PATH
  • Authenticated session (see references/koyeb-auth.md)

Workflow

  1. Identify the target volume name or ID.
  2. Use list/get to confirm current state.
  3. Create, update, or delete as requested.

Commands

  • List volumes: koyeb volumes list
  • Get volume: koyeb volumes get <volume-name>
  • Create volume: koyeb volumes create <name> [flags]
  • Update volume: koyeb volumes update <volume-name> [flags]
  • Delete volume: koyeb volumes delete <volume-name>

Examples

  • Create volume: koyeb volumes create my-volume --size 5Gi
  • List volumes: koyeb volumes list
  • Get volume info: koyeb volumes get my-volume

References

For detailed flags, see references/koyeb-volumes-flags.md.

  • references/koyeb-cli.md
  • references/koyeb-volumes-flags.md
  • references/koyeb-auth.md
  • references/koyeb-output.md
  • scripts/koyeb-cli.sh