yc managed-postgresql cluster create
Written by
Updated at July 24, 2025
Create PostgreSQL cluster
Command Usage
Syntax:
yc managed-postgresql cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
| Flag | Description |
|---|---|
--name |
stringCluster name. |
--description |
stringCluster description. |
--environment |
stringCluster environment. Values: production, prestable. |
--network-id |
stringNetwork id. |
--network-name |
stringNetwork name. |
--host |
PROPERTY=VALUE[,PROPERTY=VALUE...]Individual configurations for hosts that should be created for the PostgresSQL cluster. Possible property names:
|
--user |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of database users to be created in the PostgresSQL cluster. Possible property names:
|
--database |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of databases to be created in the PostgresSQL cluster. Possible property names:
|
--datalens-access |
Allow access for DataLens |
--websql-access |
Allow access for Web SQL |
--serverless-access |
Allow access for Serverless |
--datatransfer-access |
Allow access for DataTransfer |
--yandexquery-access |
Allow access for Yandex Query |
--postgresql-version |
stringVersion of PostgreSQL used in the cluster. Values: 16, 15, 14, 13, 12, 11, 10, 14-1c, 13-1c, 12-1c, 11-1c, 10-1c |
--resource-preset |
stringID of the preset for computational resources available to a host (CPU, memory etc.). |
--disk-size |
byteSizeVolume of the storage available to a host in GB. |
--disk-type |
stringType of the storage environment for the host. |
--backup-window-start |
timeofdayStart time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
intRetention policy of automated backups. |
--labels |
key=value[,key=value...]A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
--security-group-ids |
value[,value]A list of security groups for the PostgreSQL cluster. |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--host-group-ids |
value[,value]A list of host groups to place VMs of cluster on. |
--disk-encryption-key-id |
stringID of the KMS key for cluster disk encryption. |
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
| Flag | Description |
|---|---|
--profile |
stringSet the custom configuration file. |
--debug |
Debug logging. |
--debug-grpc |
Debug gRPC logging. Very verbose, used for debugging connection problems. |
--no-user-output |
Disable printing user intended output to stderr. |
--retry |
intEnable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. |
--cloud-id |
stringSet the ID of the cloud to use. |
--folder-id |
stringSet the ID of the folder to use. |
--folder-name |
stringSet the name of the folder to use (will be resolved to id). |
--endpoint |
stringSet the Cloud API endpoint (host:port). |
--token |
stringSet the OAuth token to use. |
--impersonate-service-account-id |
stringSet the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
stringSet the output format: text (default), yaml, json, json-rest. |
--jq |
stringQuery to select values from the response using jq syntax |
-h,--help |
Display help for the command. |