v106

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
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

tag'ducklake' | 'datatable'

Response

status

successboolean required

Whether the operation completed successfully

errorstring nullable

Error message if the operation failed

tag'ducklake' | 'datatable'
used_by_workspacesstring[]

Workspaces that reference this database via a ducklake catalog or datatable database with resource_type 'instance'. Computed at request time, not persisted.

Example response

{
  "success": true,
  "error": "Connection timeout"
}