Skip to content

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

TermMeaning
FleetNamed set of guests with a desired count
Desired countTarget number of running guests
HostPlatform-placed metal host (you do not pick nodes)

Access

Hostnamemachines.eu-central-1.cloud.skippr.io
ProtocolCloud JSON (X-Amz-Target: CloudMachines.*)
AuthSigV4 (machines) / Cloud JWT via gateway
Regioneu-central-1

Operations

OperationNotes
CreateFleetName, image refs, desired_count (and size/arch options)
UpdateDesiredCountScale the fleet
DescribeFleetRead the stored fleet spec
List / Delete / Update / autoscalingComing soon