diff --git a/website/content/docs/enterprise/index.mdx b/website/content/docs/enterprise/index.mdx index 670c5e2baa..9bdea81d9e 100644 --- a/website/content/docs/enterprise/index.mdx +++ b/website/content/docs/enterprise/index.mdx @@ -17,13 +17,6 @@ These features are part of [Vault Enterprise](https://www.hashicorp.com/vault?ut ## Vault Enterprise Licenses A Vault Enterprise license needs to be applied to a Vault cluster -in order to use Vault Enterprise features. +in order to use Vault Enterprise features. See +[Vault License](/docs/enterprise/license) for details. -The license can be applied to a cluster from any server in it with this command. - -```shell-session -$ vault write sys/license text="01MV4UU43BK5HGYYTOJZWFQM..." -``` - -You could also use the Vault HTTP API against the [`sys/license`](/api-docs/system/license) -endpoint.