---
title: "Suspend Machine"
method: POST
path: "/apps/{app_name}/machines/{machine_id}/suspend"
tags: ["Machines"]
---

# Suspend Machine

`POST /apps/{app_name}/machines/{machine_id}/suspend`

Suspend a specific Machine within an app. The next start operation will attempt (but is not guaranteed) to resume the Machine from a snapshot taken at suspension time, rather than performing a cold boot.

## Path parameters

- `app_name` string, required
- `machine_id` string, required

## Response `200`

OK

---

[API](https://skmtc.dev/fly/apis/machines-api.md) · [All operations](https://skmtc.dev/fly/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fly/machines-api/revisions/f5ad396d55d7/schema)
