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.