setting
Runs CREATE DATABASE on the Windmill Postgres and grants access to the custom_instance_user
post/settings/setup_custom_instance_pg_database/{name}
Path parameters
namestring required
The name of the database to create
Request body
Response
status
Example response
{
"success": true,
"error": "Connection timeout"
}