/
BA
bacalhau-project
/
Bacalhau API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4m ago · Updated 1mo ago
View markdown
latest
Swagger 2.0
Apache 2.0
raw.githubusercontent.com
2026-08-01
20
115
123.7 KB
9470ca2a198b
Ops
6
Orchestrator
14
get
Returns a list of jobs.
put
Submits a job to the orchestrator.
put
Compares a job spec with an existing job of the same name.
get
Returns a job.
delete
Stops a job.
get
Returns the executions of a job.
get
Returns the history of a job.
get
Streams the logs for a current job/execution via WebSocket
put
Reruns a job.
get
Returns the results of a job.
get
Returns the versions of a job.
get
Returns a list of orchestrator nodes.
get
Get an orchestrator node
put
Update an orchestrator node.
Orchestrator
Submits a job to the orchestrator.
Submits a job to the orchestrator.
put
/api/v1/orchestrator/jobs
Request body
ApimodelsPutJobRequest
required
Force
boolean
Job
ModelsJob
credential
ApimodelsHTTPCredential
idempotencyToken
string
namespace
string
Response
OK
ApimodelsPutJobResponse
required
EvaluationID
string
JobID
string
Warnings
string[]