Machines
Destroy Machine
Delete a specific Machine within an app by Machine ID, with an optional force parameter to force kill the Machine if it's running.
delete/v1/apps/{app_name}/machines/{machine_id}
Path parameters
app_namestring required
Fly App Name
machine_idstring required
Machine ID
Query parameters
forceboolean
Force kill the machine if it's running
Response
OK
Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○