Skip to main content
POST
Create Backup

Authorizations

Authorization
string
header
required

A Fly API token with access to the requested organization or resource. Send it as Authorization: Bearer <Fly API token>.

Path Parameters

postgres_cluster_id
string
required

Managed Postgres Cluster ID

Body

application/json

Backup details

type
enum<string>
required

Backup type.

Available options:
full,
incr,
diff
Example:

"full"

Response