Fly.io
Machines

Get Metadata

View as Markdown

Retrieve metadata for a specific Machine within an app.

GET
/apps/{app_name}/machines/{machine_id}/metadata

Retrieve metadata for a specific Machine 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

machine_id*string

Machine ID

Response Body

application/json

curl -X GET "https://example.com/apps/string/machines/string/metadata"
{  "property1": "string",  "property2": "string"}