Files
coder/docs/reference/cli/ping.md
2024-09-25 13:24:23 +10:00

40 lines
746 B
Markdown
Generated

<!-- DO NOT EDIT | GENERATED CONTENT -->
# ping
Ping a workspace
## Usage
```console
coder ping [flags] <workspace>
```
## Options
### --wait
| | |
| ------- | --------------------- |
| Type | <code>duration</code> |
| Default | <code>1s</code> |
Specifies how long to wait between pings.
### -t, --timeout
| | |
| ------- | --------------------- |
| Type | <code>duration</code> |
| Default | <code>5s</code> |
Specifies how long to wait for a ping to complete.
### -n, --num
| | |
| ---- | ---------------- |
| Type | <code>int</code> |
Specifies the number of pings to perform. By default, pings will continue until interrupted.