Skip to main content
POST
/
deployments
/
{deployment_id}
/
{stateless_resource_kind}
/
{ref_id}
/
_upgrade
Upgrade Kibana, APM, Integrations Server, AppSearch, Enterprise Search inside Deployment
curl --request POST \
  --url https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/{stateless_resource_kind}/{ref_id}/_upgrade \
  --header 'Authorization: <api-key>'
{
  "resource_id": "<string>",
  "stack_version": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

deployment_id
string
required

(Required) Identifier for the Deployment.

Example:

"<string>"

stateless_resource_kind
string
required

(Required) The kind of stateless resource

Example:

"integrations_server"

ref_id
string
required

(Required) User-specified RefId for the Resource (or '_main' if there is only one).

Example:

"<string>"

Query Parameters

validate_only
string

When true, returns the update version without performing the upgrade

Example:

"false"

Response

The upgrade command was issued successfully. Use the "GET" command on the /{deployment_id} resource to monitor progress

resource_id
string
Example:

"<string>"

stack_version
string
Example:

"<string>"

I