yc managed-greenplum cluster create
Written by
Updated at October 20, 2025
Create Greenplum cluster
Command Usage
Syntax:
yc managed-greenplum 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. |
--master-host-count |
intMaster host count. Values: 1, 2. Default is 2. |
--segment-host-count |
intSegment host count. Default is 2. |
--segment-in-host |
intNumbers of segments in host. |
--user-name |
stringCluster owner user name. |
--user-password |
stringOwner user password. Must be 8-128 characters long. |
--master-config |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of master config for Greenplum cluster. Possible property names:
|
--segment-config |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of segment config for Greenplum cluster. Possible property names:
|
--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'. |
--host-group-ids |
value[,value]A list of host groups for Greenplum cluster. |
--master-host-group-ids |
value[,value]A list of host groups for Greenplum master subcluster. |
--segment-host-group-ids |
value[,value]A list of host groups for Greenplum segment subcluster. |
--security-group-ids |
value[,value]A list of security groups for the Greenplum cluster. |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--cloud-storage |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of cloud storage for Greenplum cluster. Possible property names:
|
--service-account |
stringID of the service account used for access Yandex Cloud resources. |
--datalens-access |
Allow access for DataLens. |
--websql-access |
Allow access for Web SQL. |
--datatransfer-access |
Allow access for DataTransfer. |
--yandexquery-access |
Allow access for Yandex Query. |
--greenplum-version |
stringVersion of Greenplum used in the cluster. Values: 6.28 |
--zone-id |
stringID of the availability zone where the host resides. |
--subnet-id |
stringID of the subnet that the host should be created in. |
--backup-window-start |
timeofdayStart time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
intRetention time in days of automated backups |
--assign-public-ip |
Whether the host should get a public IP address. |
--maintenance-window |
PROPERTY=VALUE[,PROPERTY=VALUE...]Maintenance window settings Possible property names:
|
--analyze-and-vacuum |
ANALYZEConfiguration for ANALYZE and VACUUM background operations.Possible property names:
|
--query-killer-idle |
idleConfiguration of script that kills long running queries that are in idle state. Possible property names:
|
--query-killer-idle-in-transaction |
idlein transaction Configuration of script that kills long running queries that are in idle in transaction state. Possible property names:
|
--query-killer-long-running |
PROPERTY=VALUE[,PROPERTY=VALUE...]Configuration of script that kills long running queries (in any state). Possible property names:
|
--log-enabled |
Whether logs generated by the Greenplum components are delivered to Cloud Logging. |
--log-folder-id |
stringID of the folder to store logs in default log_group. |
--log-group-id |
stringID of the log_group to store logs in. |
--log-command-center-enabled |
Whether logs generated by the Command Center are delivered to Cloud Logging. |
--log-greenplum-enabled |
Whether logs generated by the Greenplum are delivered to Cloud Logging. |
--log-pooler-enabled |
Whether logs generated by the Pooler are delivered to Cloud Logging. |
--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. |