open-consul/website/pages/docs/commands/config/delete.mdx

37 lines
795 B
Plaintext
Raw Normal View History

---
2020-04-07 18:55:19 +00:00
layout: docs
page_title: 'Commands: Config Delete'
2020-04-07 23:56:08 +00:00
sidebar_title: 'delete'
2020-04-07 18:55:19 +00:00
sidebar_current: docs-commands-config-delete
---
# Consul Config Delete
Command: `consul config delete`
The `config delete` command deletes the configuration entry specified by the
kind and name. See the [configuration entries docs](/docs/agent/config_entries.html)
for more details about configuration entries.
## Usage
Usage: `consul config delete [options]`
#### API Options
2020-04-07 18:55:19 +00:00
@include 'http_api_options_client.mdx'
#### Enterprise Options
2020-04-07 18:55:19 +00:00
@include 'http_api_namespace_options.mdx'
#### Config Delete Options
2020-04-07 18:55:19 +00:00
- `-kind` - Specifies the kind of the config entry to read.
2020-04-07 18:55:19 +00:00
- `-name` - Specifies the name of the config entry to read.
## Examples
$ consul config delete -kind service-defaults -name web