Tool to create a new Postgres instance on Render. Use when you need to provision a new PostgreSQL database with configurable plan, version, and region.
nameRequiredstringThe name of the Postgres instance as it will appear in the Render Dashboard.
planRequiredstringPostgres plan tier. Choose from free, starter, standard, pro, or specific size tiers.
regionstringSupported regions for Postgres instances.
ownerIdRequiredstringThe ID of the workspace to create the database for. This is a required field.
versionRequiredstringThe PostgreSQL version to use.
diskSizeGBintegerThe number of gigabytes of disk space to allocate for the database.
datadogSitestringDatadog region to use for monitoring the new database. Defaults to 'US1'.
ipAllowListarrayList of IP addresses or CIDR blocks allowed to access the database.
databaseNamestringName of the initial database. Randomly generated if not provided.
databaseUserstringName of the initial database user. Randomly generated if not provided.
readReplicasarrayConfiguration for read replicas.
datadogAPIKeystringThe Datadog API key for the Datadog agent to monitor the new database.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.