/
IB
ibm
/
AI Services Catalog API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 56m ago · Updated 9h ago
Details
Filter operations
Applications
7
Authentication
5
Bundles
6
Catalog
11
Workers
3
get
List all workers
post
Register a new worker
delete
Deregister a worker
Workers
List all workers
Returns all registered workers and their current status from the database.
get
/workers
Response
List of workers
GithubComProjectAiServicesAiServicesInternalPkgCatalogDbModelsWorker[]
required
id
string
last_heartbeat
string
metadata
object
name
string
registered_at
string
runtime_type
'unknown'
|
'podman'
|
'openshift'
status
'pending'
|
'ready'
|
'disconnected'
updated_at
string
Changes