One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill volumes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: volumes
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/volumes
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill volumes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The skill simplifies provisioning, updating, and deleting persistent storage on Koyeb by coordinating volume lifecycle tasks through the Koyeb CLI.

Core Features & Use Cases

  • List, get, create, update, and delete volumes to manage storage lifecycle across environments.
  • Verify volume state before modifications and align storage with application requirements.
  • Use cases include provisioning new volumes for apps, resizing storage, and cleaning up unused volumes.

Quick Start

Create and manage a volume quickly by running the appropriate koyeb volume commands for your scenario.

Frequently Asked Questions about volumes

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

FAQPage Schema
How do I automate persistent volume management on Koyeb?

Automate persistent volume management on Koyeb by using the Koyeb CLI to perform list, get, create, update, and delete operations, coordinating the entire storage lifecycle across environments. This requires an authenticated session and network access.

What is the best way to provision and resize storage for Koyeb apps?

The best way to provision and resize storage for Koyeb apps is to execute create and update operations through the Koyeb CLI, which verifies volume state before modifications and aligns storage with application requirements.

Do I need the Koyeb CLI to manage storage volumes across environments?

Yes, you need the Koyeb CLI to manage storage volumes across environments. The Skill requires an authenticated CLI session and network access to reach Koyeb services for provisioning, resizing, and cleaning up persistent storage.

Can I verify volume state before applying updates on Koyeb?

Yes, you can verify volume state before applying updates on Koyeb. The Skill ensures storage aligns with application requirements by checking the current volume condition before performing any modification operations.

How do I clean up unused volumes on Koyeb?

Clean up unused volumes on Koyeb by running delete operations through the Koyeb CLI. This removes persistent storage resources that are no longer needed across your deployment environments.

Why does Koyeb volume management require network access?

Koyeb volume management requires network access because the CLI must communicate with Koyeb services to execute provisioning, resizing, and cleanup operations across your environments.