You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `--duration` flag accepts Go's duration format:
@@ -868,18 +868,13 @@ When executed, the command will:
868
868
4. Attempt to connect for up to 35 seconds before timing out
869
869
870
870
```sh
871
-
# Check the status of a VNC session
872
-
civo instance vnc-status INSTANCE_ID/HOSTNAME
871
+
# Check the status of a VNC/console session
872
+
civo instance console status INSTANCE_ID/HOSTNAME
873
873
874
-
# Stop an active VNC session
875
-
civo instance vnc-stop INSTANCE_ID/HOSTNAME
874
+
# Stop an active VNC/console session
875
+
civo instance console stop INSTANCE_ID/HOSTNAME
876
876
```
877
877
878
-
The `vnc-status`command will return the current state of the VNC session, including its URI and expiration time. If no session is active, it will notify you.
879
-
880
-
The `vnc-stop`command will terminate any active VNC session for the instance. If no session is active, it will confirm that there was nothing to stop.
881
-
882
-
883
878
## Kubernetes clusters
884
879
885
880
#### Introduction
@@ -2448,15 +2443,3 @@ The code is available as open source under the terms of the [Apache License 2.0]
0 commit comments