All CLI Commands
aptible endpoints:database:create
This command creates a Database Endpoint.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Usage:
aptible endpoints:database:create HANDLE [flags]
Flags:
-e, --env string Environment handle (alias)
--environment string Environment handle
--internal Create internal (VPC-only) endpoint
--ip-whitelist strings IP CIDR whitelist (comma-separated or use flag multiple times)
--no-internal Do not create internal (VPC-only) endpoint
aptible endpoints:database:create "$DATABASE_HANDLE"
aptible endpoints:database:create "$DATABASE_HANDLE" \
--ip-whitelist 1.1.1.1/1 2.2.2.2
Was this page helpful?
