Module workers

Source
Expand description

Worker management module for the OmniOrchestrator API

This module provides a REST API for managing workers, including:

  • Listing workers
  • Creating new workers
  • Updating existing workers
  • Getting worker details and statistics
  • Starting and stopping workers
  • Scaling workers
  • Deleting workers

Functionsยง

get_worker_by_id
Get a worker by its ID.
list_workers
List all workers with pagination support.