Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Интерфейс командной строки
  • Начало работы с CLI
    • Overview
    • help
    • init
      • Overview
        • Overview
        • add-labels
        • backup
        • create
        • delete
        • get
        • list
        • list-backups
        • list-logs
        • list-operations
        • remove-labels
        • reschedule-maintenance
        • restore
        • start
        • stop
        • update
        • update-config
    • version
  • Релизы CLI
  • Решение проблем
  1. Справочник CLI (англ.)
  2. managed-elasticsearch
  3. cluster
  4. restore

yc managed-elasticsearch cluster restore

Статья создана
Yandex Cloud
Обновлена 2 декабря 2024 г.

Restore a Elasticsearch cluster from a backup.

Command UsageCommand Usage

Syntax:

yc managed-elasticsearch cluster restore [Flags...] [Global Flags...]

FlagsFlags

Flag Description
--backup-id string
ID of the backup to use for restoring a cluster.
--name string
Name of the ElasticSearch cluster.
--description string
Description of the cluster.
--environment string
Environment to deploy the cluster in. Supported values: 'production', 'prestable'.
--network-id string
Network id.
--network-name string
Network name.
--host PROPERTY=VALUE[,PROPERTY=VALUE...]
Individual configurations for the cluster hosts.

Possible property names:
  • zone-id: ID of the availability zone where the new host should reside.
  • subnet-id: ID of the subnet that the host should be created in.
  • subnet-name: Name of the subnet that the host should be created in.
  • assign-public-ip: Assign a public IP address to the host being added.
  • type: Type of the host to be created. Supported values: 'datanode', 'masternode'.
--datanode-resource-preset string
Resource preset for computational resources available to a datanode host (CPU, RAM etc.).
--datanode-disk-size byteSize
Storage volume available to a datanode host in GB.
--datanode-disk-type string
Storage type for a datanode host.
--masternode-resource-preset string
Resource preset for computational resources available to a masternode host (CPU, RAM etc.).
--masternode-disk-size byteSize
Storage volume available to a masternode host in GB.
--masternode-disk-type string
Storage type for a masternode host.
--plugins value[,value]
ElasticSearch plugins
--version string
ElasticSearch version
--edition string
ElasticSearch edition
--labels key=value[,key=value...]
A list of ElasticSearch cluster labels as key-value pairs.
--folder-id string
ID of folder where restored cluster will be created.
--security-group-ids value[,value]
A list of security groups for the ElasticSearch cluster.
--service-account-id string
Service account for the Elasticsearch cluster.
--deletion-protection Deletion Protection inhibits deletion of the cluster.
--admin-password string
Password for entity. Usage of --read-admin-password is more secure
--read-admin-password Read password for entity from input
--generate-admin-password Generate random password
--async Display information about the operation in progress, without waiting for the operation to complete.

Global FlagsGlobal Flags

Flag Description
--profile string
Set 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 int
Enable 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 string
Set the ID of the cloud to use.
--folder-name string
Set the name of the folder to use (will be resolved to id).
--endpoint string
Set the Cloud API endpoint (host:port).
--token string
Set the OAuth token to use.
--impersonate-service-account-id string
Set the ID of the service account to impersonate.
--no-browser Disable opening browser for authentication.
--format string
Set the output format: text (default), yaml, json, json-rest.
--jq string
Query to select values from the response using jq syntax
-h,--help Display help for the command.

Была ли статья полезна?

Предыдущая
reschedule-maintenance
Следующая
start
Проект Яндекса
© 2025 ООО «Яндекс.Облако»