Fly.io
Volumes

List Snapshots

View as Markdown

List all snapshots for a specific volume within an app.

GET
/apps/{app_name}/volumes/{volume_id}/snapshots

List all snapshots for a specific volume within an app.

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Path Parameters

app_name*string

Fly App Name

volume_id*string

Volume ID

Response Body

application/json

curl -X GET "https://example.com/apps/string/volumes/string/snapshots"
[  {    "created_at": "string",    "digest": "string",    "id": "string",    "retention_days": 0,    "size": 0,    "status": "string",    "volume_size": 0  }]