Restart Deployment Elasticsearch Resource

POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_restart?restore_snapshot=true&skip_snapshot=true&cancel_pending=false&group_attribute=zone&shard_init_wait_time=600

Restarts an Elasticsearch Resource. If a Resource is active: this command re-applies the existing plan but applies a cluster_reboot, which issues a restart command and waits for it to complete. If a Resource is inactive: this command starts it up with the most recent successful plan.

Request Params

KeyDatatypeRequiredDescription
restore_snapshotbooleanWhen set to true and restoring from shutdown, then will restore the cluster from the last snapshot (if available).
skip_snapshotbooleanIf true, will not take a snapshot of the cluster before restarting.
cancel_pendingbooleanIf true, cancels any pending plans before restarting. If false and there are pending plans, returns an error.
group_attributestringIndicates the property or properties used to divide the list of instances to restart in groups. Valid options are: '__all__' (restart all at once), '__zone__' by logical zone, '__name__' one instance at a time, or a comma-separated list of attributes of the instances
shard_init_wait_timenumberThe time, in seconds, to wait for shards that show no progress of initializing, before rolling the next group (default: 10 minutes)