C:\Program Files (x86)\Skybot\Skybot Scheduler Agent\webservice
or
/opt/skybot/agent/webservice

There are two of them:

agentservice.bat
jobservice.bat
or
agentservice.sh
jobservice.sh

Following is the helptext:

AGENTSERVICE.BAT
c:\Program Files (x86)\Skybot\Skybot Scheduler Agent\webservice>agentservice.bat

 Web Service agentservice.bat allows to stop, start, hold, release agent.

 Usage: agentservice.bat
        -serverurl=

 all flag= must contain the = character.


 ----------------------- Parameters -----------------------------
 -serverurl= The Skybot server url you
                         want to send request - Required
 -password=    The Skybot password - Required
 -username=    The Skybot user name - Required
 -name=      The Skybot agent name - Required
 -action=        The action (stop, hold_job_queue,
                         restart, release_job_queue) - Required
 -configfile=      The configuration file.
 -ssl=              Use 'any' to accept all SSL certificates
                         (used with https only).


  Example: agentservice.bat -serverurl='http://localhost:8008'
                            -password='admin' -username='admin'
                            -name='agent_name' -action='stop'


  --------------- Default configuration file parameters --------------------
  serverurl=   The Skybot server url you want to send  request
  password=      The Skybot password
  username=      The Skybot user name


  Example:
     serverurl=http://localhost:8008
     username=admin
     password=admin


     -h, /h, -? or /?   Show help information

JOBSERVICE.BAT

c:\Program Files (x86)\Skybot\Skybot Scheduler Agent\webservice>jobservice.bat

 

Web Service jobservice.bat allows to run, hold, release jobs and job suites

and create, delete jobs, job suites and member jobs

 

Usage: jobservice.bat -serverurl=

 

 all flag= must contain the = character.

 

 

 ----------------------- Parameters -------------------------------

 -serverurl= The Skybot server url

                         you want to send  request - Required

 -password=    The Skybot password - Required

 -username=    The Skybot user name - Required

 -name= The Skybot job name - Required

 -type= The Skybot job type

                         (jobs, job_suites, member_jobs) - Required

 -action=        The actions for job and job suite

                         (run, hold, release, create, delete).

                         The actions for member job

                         (create, delete) - Required

 -configfile=      The configuration file.

 -filename=        The file containing xml object for create action.

 -ssl=              Use 'any' to accept all SSL certificates

                         (used with https only).

 

 

 Example: jobservice.bat -serverurl='http://localhost:8008'

                         -password='admin' -username='admin' -name='job_name'

                         -type='jobs' -action='release'

 

 Example for creating a job.

 

 Example: jobservice.bat -serverurl='http://localhost:8008'

                         -password='admin' -username='admin' -type='jobs'

                         -action='create' -filename='C:\\job.xml'

 

 ----------------- Default configuration file parameters --------------------

 serverurl= The Skybot server url you want to send  request

 password=    The Skybot password

 username=    The Skybot user name

 

 

 Example:

   serverurl=http://localhost:8008

   username=admin

   password=admin

 

 

      -h, /h, -? or /?   Show help information