yc ydb database update
Статья создана
Обновлена 22 апреля 2025 г.
Update the specified YDB database.
Command Usage
Syntax:
yc ydb database update <DATABASE-NAME>|<DATABASE-ID> [Flags...] [Global Flags...]
Flags
| Flag | Description |
|---|---|
--new-name |
stringA new name of the database. |
--no-deletion-protection |
Allows deletion of a database. |
--description |
stringDescription of the database. |
--resource-preset |
stringDatabase resource preset ID. |
--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'. |
--public-ip |
Assign public ips for the database. |
--deletion-protection |
Inhibits deletion of a database. |
--network-id |
stringNetwork id. |
--network-name |
stringNetwork name. |
--subnet-name |
value[,value]Adds subnet by Name for the database. |
--subnet-id |
value[,value]Adds subnet by ID for the database. |
--security-group-name |
value[,value]Adds security-group by Name for the database. |
--security-group-id |
value[,value]Adds security-group by ID for the database. |
--storage |
PROPERTY=VALUE[,PROPERTY=VALUE...]YDB database storage options. Possible property names:
|
--fixed-size |
intSpecifies fixed scale policy size. |
--zone |
stringSpecifies database type - zonal. |
--region |
stringSpecifies database type - regional. |
--location |
stringSpecifies database location. |
--dedicated |
Specifies database type - dedicated. |
--sls-enable-throttling-rcu |
Enable RU/s throttling limit for a serverless database, true/false. |
--sls-throttling-rcu |
intThrottling limit for a serverless database, RU/s. Use sls-enable-throttling-rcu flag to trigger throttling on/off. |
--sls-provisioned-rcu |
intProvisioned capacity limit for a serverless database, RU/s. Set to zero to disable provisioned capacity hourly billing. |
--sls-storage-size |
byteSizeMaximum size for a serverless database. Example: 10GB, 100GB. Units are in GB if not specified. Default value for a new database is 50GB. |
--serverless |
Specifies database type - serverless. |
--backup |
PROPERTY=VALUE[,PROPERTY=VALUE...]YDB database backup config options. Possible property names:
|
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
--id |
stringID of the YDB database. |
--name |
stringName of the YDB database. |
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. |