open-vault/website/pages/docs/commands/operator/step-down.mdx
Jeff Escalante 4f87851926 [website] Link Cleaning (#8205)
* update dependencies

* remove hard-coded vaultproject.io on local links

* remove 'index.html' from internal links

* remove '.html' at end of internal links

* manual review cleanup

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-01-22 12:05:41 -08:00

31 lines
828 B
Plaintext

---
layout: docs
page_title: operator step-down - Command
sidebar_title: <code>step-down</code>
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)
included on all commands.