Render · Schema

postgresPOSTInput

Input for creating a database

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
databaseName string
databaseUser string
datadogAPIKey string The Datadog API key for the Datadog agent to monitor the new database.
datadogSite string Datadog region to use for monitoring the new database. Defaults to 'US1'.
name string The name of the database as it will appear in the Render Dashboard
enableHighAvailability boolean
environmentId string
ownerId string The ID of the workspace to create the database for
plan object
diskSizeGB integer The number of gigabytes of disk space to allocate for the database
enableDiskAutoscaling boolean
region string
ipAllowList array
parameterOverrides object
readReplicas object
version object
View JSON Schema on GitHub

JSON Schema

render-postgrespostinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/postgresPOSTInput",
  "title": "postgresPOSTInput",
  "type": "object",
  "required": [
    "name",
    "plan",
    "ownerId",
    "version"
  ],
  "properties": {
    "databaseName": {
      "type": "string",
      "default": "randomly generated"
    },
    "databaseUser": {
      "type": "string",
      "default": "randomly generated"
    },
    "datadogAPIKey": {
      "type": "string",
      "description": "The Datadog API key for the Datadog agent to monitor the new database."
    },
    "datadogSite": {
      "type": "string",
      "description": "Datadog region to use for monitoring the new database. Defaults to 'US1'.",
      "example": "US1"
    },
    "name": {
      "type": "string",
      "description": "The name of the database as it will appear in the Render Dashboard"
    },
    "enableHighAvailability": {
      "type": "boolean",
      "default": false
    },
    "environmentId": {
      "type": "string"
    },
    "ownerId": {
      "type": "string",
      "description": "The ID of the workspace to create the database for"
    },
    "plan": {
      "$ref": "#/components/schemas/postgres/properties/plan"
    },
    "diskSizeGB": {
      "type": "integer",
      "description": "The number of gigabytes of disk space to allocate for the database"
    },
    "enableDiskAutoscaling": {
      "type": "boolean",
      "default": false
    },
    "region": {
      "type": "string"
    },
    "ipAllowList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/cidrBlockAndDescription"
      }
    },
    "parameterOverrides": {
      "$ref": "#/components/schemas/postgresParameterOverrides"
    },
    "readReplicas": {
      "$ref": "#/components/schemas/readReplicasInput"
    },
    "version": {
      "$ref": "#/components/schemas/postgresVersion"
    }
  },
  "description": "Input for creating a database"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/render-postgrespostinput"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.