Machines
machines manages guest fleets: create a fleet with a desired count, describe it, then scale up or down through the API.
Status: Preview — CreateFleet, UpdateDesiredCount, and DescribeFleet against live regional hosts. Fleet desired specs persist in tables. Automatic guest boot on metal (closed-loop with the host agent) is coming soon.
Concepts
| Term | Meaning |
|---|---|
| Fleet | Named set of guests with a desired count |
| Desired count | Target number of running guests |
| Host | Platform-placed metal host (you do not pick nodes) |
Access
| Hostname | machines.eu-central-1.cloud.skippr.io |
| Protocol | Cloud JSON (X-Amz-Target: CloudMachines.*) |
| Auth | SigV4 (machines) / Cloud JWT via gateway |
| Region | eu-central-1 |
Operations
| Operation | Notes |
|---|---|
CreateFleet | Name, image refs, desired_count (and size/arch options) |
UpdateDesiredCount | Scale the fleet |
DescribeFleet | Read the stored fleet spec |
| List / Delete / Update / autoscaling | Coming soon |
