Fly.io integration (Developer Tools). Imported from open-connector.
https://api.machines.dev/v1/apps
| Param | Type | Required | Description |
|---|---|---|---|
| org_slug | string | required | The Fly organization slug, or personal, to filter apps. |
| app_role | string | optional | Optional app role filter. |
/apps/{app_name}
| Param | Type | Required | Description |
|---|---|---|---|
| app_name | string | required | The Fly App name. |
/apps/{app_name}/machines
| Param | Type | Required | Description |
|---|---|---|---|
| app_name | string | required | The Fly App name. |
| include_deleted | boolean | optional | Whether to include deleted Machines. |
| region | string | optional | Optional Fly region filter. |
| state | string | optional | Comma-separated Machine states to filter, such as created, started, stopped, or… |
| summary | boolean | optional | Whether to omit large Machine details such as config, checks, and events. |
/apps/{app_name}/machines
| Param | Type | Required | Description |
|---|---|---|---|
| app_name | string | required | The Fly App name. |
| config | object | required | The Fly Machine configuration object. Include the documented image field when c… |
| lease_ttl | integer | optional | Seconds to acquire a lease on the newly created Machine. |
| lsvd | boolean | optional | Whether to enable Log Structured Virtual Disks for this Machine. |
| min_secrets_version | integer | optional | Minimum secrets version required for the Machine. |
| name | string | optional | Unique name for this Machine. Fly generates one when omitted. |
| region | string | optional | Target Fly region. Fly chooses a nearby region when omitted. |
| skip_launch | boolean | optional | Whether to create the Machine without booting it. |
| skip_secrets | boolean | optional | Whether to skip applying app secrets to the Machine. |
| skip_service_registration | boolean | optional | Whether to leave the Machine disconnected from request routing. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| app_name | string | optional | The Fly App name. |
| machine_id | string | optional | The Fly Machine ID. |