This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Upgrade readiness status API
editUpgrade readiness status API
editThe underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are experimental.
Check the status of your cluster.
Request
editGET <kibana host>:<port>/api/upgrade_assistant/status?targetVersion=9.0.0
-
targetVersion
- (optional, string): Version to upgrade to.
Response codes
edit-
200
- Indicates a successful call.
-
403
- Indicates a forbidden request when the upgrade path is not supported (e.g. upgrading more than 1 major or downgrading)
Example
editThe API returns the following:
{ "readyForUpgrade": false, "details":"The following issues must be resolved before upgrading: 1 Elasticsearch deprecation issue." }