# Get Machine Memory (/machines/Machines_get_memory)

Get current memory limit and available capacity for a machine

`GET /apps/{app_name}/machines/{machine_id}/memory`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |
| `machine_id` | path | `string` | Yes | Machine ID |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `main.memoryResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.