# Functions
CancelBuild represents the API handler to cancel a build currently running on an executor.
GetBuild represents the API handler to capture the build currently running on an executor.
GetExecutor represents the API handler to capture the executor currently running on a worker.
GetExecutors represents the API handler to capture the executors currently running on a worker.
GetPipeline represents the API handler to capture the pipeline currently running on an executor.
GetRepo represents the API handler to capture the repo currently running on an executor.
Health check the status of the application.
Metrics returns a Prometheus handler for serving go metrics.
Register will pass the token given in the request header to the register token channel of the worker.
Shutdown represents the API handler to shutdown a executors currently running on an worker.
Version represents the API handler to report the version information for Vela.