Machines
Stop Machine
Stop a specific Machine within an app, with an optional request body to specify signal and timeout.
post/apps/{app_name}/machines/{machine_id}/stop
Path parameters
app_namestring required
Fly App Name
machine_idstring required
Machine ID
Request body
Example request
{
"signal": "SIGTERM",
"timeout": "1s"
}Response
OK