66<titleabbrev>Update license</titleabbrev>
77++++
88
9- This API enables you to update your license .
9+ Updates the license for your {es} cluster .
1010
1111[[update-license-api-request]]
1212==== {api-request-title}
@@ -28,10 +28,10 @@ install the license. See <<configuring-tls>>.
2828[[update-license-api-desc]]
2929==== {api-description-title}
3030
31- You can update your license at runtime without shutting down your nodes.
32- License updates take effect immediately. If the license you are installing does
33- not support all of the features that were available with your previous license,
34- however, you are notified in the response. You must then re-submit the API
31+ You can update your license at runtime without shutting down your nodes. License
32+ updates take effect immediately. If the license you are installing does not
33+ support all of the features that were available with your previous license,
34+ however, you are notified in the response. You must then re-submit the API
3535request with the `acknowledge` parameter set to `true`.
3636
3737For more information about the different types of licenses, see
@@ -99,8 +99,8 @@ Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -
9999In these examples,
100100
101101* `<user>` is a user ID with the appropriate authority.
102- * `<host>` is the hostname of the {es} node (`localhost` if executing
103- locally)
102+ * `<host>` is the hostname of any node in the {es} cluster (`localhost` if
103+ executing locally)
104104* `<port>` is the http port (defaults to `9200`)
105105* `license.json` is the license JSON file
106106
0 commit comments