Creates a new compute endpoint for a specified branch within a Neon project. This endpoint allows for detailed configuration of database resources, including read/write capabilities, regional placement, autoscaling limits, and connection pooling settings. It's primarily used whe…
project_idRequiredstringThe Neon project ID
endpoint__typestringThe compute endpoint type. Either `read_write` or `read_only`.
endpoint__disabledbooleanWhether to restrict connections to the compute endpoint. Enabling this option schedules a suspend compute operation. A disabled compute endpoint cannot be enabled by a connection or console action. However, the compute endpoint is periodically enabled by check_availability opera…
endpoint__branch__idstringThe ID of the branch the compute endpoint will be associated with
endpoint__region__idstringThe region where the compute endpoint will be created. Only the project"s `region_id` is permitted.
endpoint__provisionerstringThe Neon compute provisioner. Specify the `k8s-neonvm` provisioner to create a compute endpoint that supports Autoscaling. Provisioner can be one of the following values: * k8s-pod * k8s-neonvm Clients must expect, that any string value that is not documented in the description…
endpoint__pooler__modestringThe connection pooler mode. Neon supports PgBouncer in `transaction` mode only.
endpoint__pooler__enabledbooleanWhether to enable connection pooling for the compute endpoint
endpoint__passwordless__accessbooleanNOT YET IMPLEMENTED. Whether to permit passwordless access to the compute endpoint.
endpoint__settings__pg__settingsobjectA raw representation of Postgres settings
endpoint__suspend__timeout__secondsintegerDuration of inactivity in seconds after which the compute endpoint is automatically suspended. The value `0` means use the global default. The value `-1` means never suspend. The default value is `300` seconds (5 minutes). The minimum value is `60` seconds (1 minute). The maximu…
endpoint__autoscaling__limit__max__cuintegerAutoscaling Limit Max Cu
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.