# Functions
CancelRun handles the runs cancel endpoint.
CreateCluster handles the cluster create endpoint.
CreateJob handles the job create endpoint.
DeleteCluster handles the cluster delete endpoint.
DeleteJob handles the job delete endpoint.
DeleteRun handles the runs delete endpoint.
EditCluster handles the cluster edit endpoint.
GetCluster handles the cluster get endpoint.
GetConfig gets the current config.
GetJob handles the job get endpoint.
GetRun handles the runs get endpoint.
GetRunOutput handles the runs get output endpoint.
Index returns index page.
ListClusters handles the cluster list endpoint.
ListJobs handles the job list endpoint.
ListRuns handles the runs list endpoint.
MethodNotAllowed returns a method not allowed page.
NotFoundPage returns a not found page.
PatchConfig allows updating a subset of the config.
SetConfig updates the config.
SubmitRun handles the runs submit endpoint.