Daytona · Capability
Daytona Volumes
Daytona Volumes. 5 operations. Lead operation: List all volumes. Self-contained Naftiko capability covering one Daytona business surface.
Daytona Volumes is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, and DELETE methods rooted at /v1/volumes.
The capability includes 3 read-only operations and 2 state-changing operations. Lead operation: List all volumes. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Daytona and Volumes.
What You Can Do
GET
Listvolumes
— List all volumes
/v1/volumes
POST
Createvolume
— Create a new volume
/v1/volumes
GET
Getvolume
— Get volume details
/v1/volumes/{volumeId}
DELETE
Deletevolume
— Delete volume
/v1/volumes/{volumeId}
GET
Getvolumebyname
— Get volume details by name
/v1/volumes/by-name/{name}
MCP Tools
daytona-list-all-volumes
List all volumes
read-only
idempotent
daytona-create-a-new-volume
Create a new volume
daytona-get-volume-details
Get volume details
read-only
idempotent
daytona-delete-volume
Delete volume
idempotent
daytona-get-volume-details-by-name
Get volume details by name
read-only
idempotent