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/hosts/index.mdx

47 lines
1.0 KiB

---
layout: docs
page_title: hosts - Command
description: |-
The "hosts" command lets you perform operations on Boundary host resources.
---
# hosts
Command: `boundary hosts`
The `hosts` command lets you perform operations on Boundary host resources.
## Example
The following command reads the details of a host with the ID `hst_1234567890`:
```shell-session
$ boundary hosts read -id hst_1234567890
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
Usage: boundary hosts <subcommand> [options] [args]
# ...
Subcommands:
create Create a host
delete Delete a host
list List a host
read Read a host
update Update a host
```
</CodeBlockConfig>
For more information, examples, and usage, click on the name
of the subcommand in the sidebar or one of the links below:
- [create](/boundary/docs/commands/hosts/create)
- [delete](/boundary/docs/commands/hosts/delete)
- [list](/boundary/docs/commands/hosts/list)
- [read](/boundary/docs/commands/hosts/read)
- [update](/boundary/docs/commands/hosts/update)