Podman · Capability
supports a RESTful API for the Libpod library — volumes (compat)
supports a RESTful API for the Libpod library — volumes (compat). 5 operations. Lead operation: List volumes. Self-contained Naftiko capability covering one Podman business surface.
What You Can Do
GET
Volumelist
— List volumes
/v1/volumes
POST
Volumecreate
— Create a volume
/v1/volumes/create
POST
Volumeprune
— Prune volumes
/v1/volumes/prune
DELETE
Volumedelete
— Remove volume
/v1/volumes/{name}
GET
Volumeinspect
— Inspect volume
/v1/volumes/{name}
MCP Tools
list-volumes
List volumes
read-only
idempotent
create-volume
Create a volume
prune-volumes
Prune volumes
remove-volume
Remove volume
idempotent
inspect-volume
Inspect volume
read-only
idempotent