Function: SSH Host Remove

by Simon Sparks · 24 March 2026

To use this function add it to the class library file named PluginSSHService.ts

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: PluginSSHService.ts

Description: Orchestrator Function to Update an SSH Host

Public Function: SSHHostRemove

publicSSHHostRemove(objSSHHost:SSHHost):boolean{

try{
SSHHostManager.removeSshHost(objSSHHost);

returntrue;
}
catch (objException){
returnfalse;
}
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like