Fly.io
Machines

Delete Metadata

View as Markdown

Delete metadata for a specific Machine within an app by providing a metadata key.

DELETE
/apps/{app_name}/machines/{machine_id}/metadata/{key}

Delete metadata for a specific Machine within an app by providing a metadata key.

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

key*string

Metadata Key

Response Body

curl -X DELETE "https://example.com/apps/string/machines/string/metadata/string"
Empty