We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2739ff commit 5a7c3ccCopy full SHA for 5a7c3cc
docs/reference/replicated-cli-vm-ssh-endpoint.mdx
@@ -8,15 +8,19 @@ Get the SSH endpoint and port of a VM.
8
9
The output will be in the format: hostname:port
10
11
+You can identify the VM either by its unique ID or by its name.
12
+
13
+Note: SSH endpoints can only be retrieved from VMs in the "running" state.
14
15
```
-replicated vm ssh-endpoint VM_ID [flags]
16
+replicated vm ssh-endpoint VM_ID_OR_NAME [flags]
17
18
19
### Examples
20
21
22
# Get SSH endpoint for a specific VM by ID
-replicated vm ssh-endpoint <id>
23
+replicated vm ssh-endpoint <id-or-name>
24
25
26
### Options
0 commit comments