Skip to main content
Show details of an instance. Returns an instance object. Key status fields: actual_status, current container state: intended_status, user’s desired target state: running, stopped, or frozen. cur_state, machine contract / hardware allocation state: running, stopped, or unloaded (released on destroy). status_msg, human-readable detail on the current status.

Signature

Parameters

id
int
required
id

Returns

str, Result from the API call.

Example