Skip to main content
Use nullspace machine list to find running, paused, and historical machines. List responses support state, template, metadata, pagination, and field selection.

Basic List

Use JSON output when another script or agent will parse the response.

Filter By State

The public API supports creating, running, paused, destroyed, and error states.

Filter By Template Or Metadata

Metadata filters match key/value pairs attached at machine creation time.

Paginate

Use the next_token returned by a JSON response to fetch the next page.

Inspect One Machine

get returns the current machine record. metrics returns usage and runtime metrics when the host has reported them.

Common Follow-Ups

For SDK examples, see Create, Connect, And List Machines.