Machines
Stop Machine
Stop a specific Machine within an app, with an optional request body to specify signal and timeout.
Stop a specific Machine within an app, with an optional request body to specify signal and timeout.
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
Request Body
application/json
Optional request body
signal?string
timeout?string
Response Body
application/json
curl -X POST "https://example.com/apps/string/machines/string/stop" \ -H "Content-Type: application/json" \ -d '{}'Empty
{ "details": {}, "error": "string", "status": "unknown"}