You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/host-sets/remove-hosts.mdx

40 lines
1.2 KiB

---
layout: docs
page_title: host-sets remove-hosts - Command
description: |-
The "host-sets remove-hosts" command lets you remove hosts from host set resources, if the types match and the operation is allowed by the host set type.
---
# host-sets remove-hosts
Command: `host-sets remove-hosts`
The `host-sets remove-hosts` command lets you remove hosts from host sets, if the types match and it is allowed by the host set type.
## Example
This example removes the host `hst_0987654321` from the host set `hsst_1234567890`:
```shell-session
$ boundary host-sets remove-hosts -id hsst_1234567890 -host hst_0987654321
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary host-sets remove-hosts <subcommand> [options] [args]
```
</CodeBlockConfig>
### Command options
- `-host=<string>` - The hosts you want to remove from the host set.
You can specify multiple hosts.
- `-id=<string>` - The ID of the containing host set you want to remove hosts from.
- `-version=<int>` - The version of the host set you want to remove hosts from.
If you do not specify a version, the command performs a check-and-set automatically.
@include 'cmd-option-note.mdx'