Fly.io
Apps

Create App

View as Markdown

Create an app with the specified details in the request body.

POST
/apps

Create an app with the specified details in the request body.

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Request Body

application/json

App body

enable_subdomains?boolean
name?string
network?string
org_slug?string

Response Body

application/json

curl -X POST "https://example.com/apps" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{  "details": {},  "error": "string",  "status": "unknown"}