commands – connection close
Close a connection to the BeyondCron server.
Usage
connection close id
where
| id | is the full or partial id of the connection to close. |
write on /_beyondcron/connections
Examples
Close a connection using a full connection id
BeyondCron % connection list full
Host BC User OS User ... Type Id ... ------------ ------- --------- ... --------- -------------------------------------- ... example.com server bc-daemon ... Server 66503ca2-db38-466a-8ad4-aeaa7e88dfc1 ... example.com agent bc-daemon ... SSH agent 9822a7fb-5d1e-44ba-95fa-89fe251ce4fb ... example.com jsmith jsmith ... Command d7ea50aa-48cd-45f9-a815-d33e874d6426 ... example.com jsmith bc-web ... Web > f5d04277-246a-431f-9460-aeee70469d5d ...
BeyondCron % connection close d7ea50aa-48cd-45f9-a815-d33e874d6426
Close Command connection (Yes/No): yes
Close a connection using a partial unique connection id
BeyondCron % connection list full
Host BC User OS User ... Type Id ... ------------ ------- --------- ... --------- -------------------------------------- ... example.com server bc-daemon ... Server 66503ca2-db38-466a-8ad4-aeaa7e88dfc1 ... example.com agent bc-daemon ... SSH agent 9822a7fb-5d1e-44ba-95fa-89fe251ce4fb ... example.com jsmith jsmith ... Command d7ea50aa-48cd-45f9-a815-d33e874d6426 ... example.com jsmith bc-web ... Web > f5d04277-246a-431f-9460-aeee70469d5d ...
BeyondCron % connection close d7e
Close Command connection (Yes/No): yes
See also
- connection list