Start an instance
Starts a stopped instance. The call returns as soon as the request is
accepted; the instance moves STARTING → RUNNING in the background, so
poll GET /instances/{id} to observe the transition.
Starting an already-running instance is accepted and changes nothing. A terminated instance cannot be started.
Authorizations
An API key issued by Hive Compute support. See Authentication above for how to request one.
Path Parameters
The instance's unique identifier.
Body
Optional context recorded in the audit trail for this action.
Free-text note explaining why the action was taken.
10000"scaling down overnight"
Response
The request was accepted; the instance's current state is returned.
Unique identifier.
Display name.
"training-run-4"
Current lifecycle state.
CREATED, DEPLOYED, STARTING, RUNNING, ERRORED, TERMINATING, TERMINATED, STOPPING, STOPPED Region the instance runs in.
"eu-west"
GPU model.
"RTX 4090"
SKU name of the preset the instance runs on.
"8x-RTX-4090"
Virtual CPUs allocated.
Human-readable summary of the allocated hardware.
Allocated bandwidth, in Mbps.
Storage currently in use, in GB.
Price charged per hour while running, in credits.
Cost accrued during the current run, in credits.
Total cost over the instance's whole life, in credits.
Total hours the instance has spent running.
Hours remaining before the instance is stopped automatically.
When the instance last entered RUNNING.
When the instance was terminated, if it has been.
Why the instance was terminated, if it has been.
Whether the guest OS has finished booting and is reachable.
Explanation when the guest is not ready.