List Volumes
List all volumes associated with a specific app.
List all volumes associated with a specific app.
Authorization
bearerAuth A Fly.io access token. Create one with fly tokens create.
In: header
Path Parameters
Fly App Name
Query Parameters
Only return summary info about volumes (omit blocks, block size, etc)
Response Body
application/json
curl -X GET "https://example.com/apps/string/volumes"[ { "attached_alloc_id": "string", "attached_machine_id": "string", "auto_backup_enabled": true, "block_size": 0, "blocks": 0, "blocks_avail": 0, "blocks_free": 0, "bytes_total": 0, "bytes_used": 0, "created_at": "string", "encrypted": true, "fstype": "string", "host_status": "ok", "id": "string", "name": "string", "region": "string", "size_gb": 0, "snapshot_retention": 0, "state": "string", "type": "local", "zone": "string" }]Wait for State GET
Wait for a Machine to reach a specific state. Specify the desired state with the state parameter. See the [Machine states table](https://fly.io/docs/machines/working-with-machines/#machine-states) for a list of possible states. The default for this parameter is `started`. This request will block for up to 60 seconds. Set a shorter timeout with the timeout parameter.
Create Volume POST
Create a volume for a specific app using the details provided in the request body.