mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-19 09:11:37 -04:00
Add "operator step-down" command documentation
This commit is contained in:
parent
eaf634ca34
commit
ccb3bec2a5
1 changed files with 30 additions and 0 deletions
30
website/source/docs/commands/operator/step-down.html.md
Normal file
30
website/source/docs/commands/operator/step-down.html.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "operator step-down - Command"
|
||||
sidebar_current: "docs-commands-operator-step-down"
|
||||
description: |-
|
||||
The "operator step-down" forces the Vault server at the given address to step
|
||||
down from active duty.
|
||||
---
|
||||
|
||||
# operator step-down
|
||||
|
||||
The `operator step-down` forces the Vault server at the given address to step
|
||||
down from active duty. While the affected node will have a delay before
|
||||
attempting to acquire the leader lock again, if no other Vault nodes acquire the
|
||||
lock beforehand, it is possible for the same node to re-acquire the lock and
|
||||
become active again.
|
||||
|
||||
## Examples
|
||||
|
||||
Force a Vault server to step down as the leader:
|
||||
|
||||
```text
|
||||
$ vault operator step-down
|
||||
Success! Stepped down: http://127.0.0.1:8200
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
There are no flags beyond the [standard set of flags](/docs/commands/index.html)
|
||||
included on all commands.
|
||||
Loading…
Reference in a new issue