Command Palette
Search for a command to run

List machines

Retrieve all machines in a namespace

GET
/{namespace}/machines

Path parameters


namespace
type: string
required
The namespace (user or organization) to list machines for.

Query parameters


status
type: string
Filter by status. One of `provisioning`, `running`, `stopped`, `failed`, `deleted`.
page
type: integer
Page number for pagination.
default: 1
per_page
type: integer
Number of results per page. Maximum `100`.
default: 20

Previous Get machine logs

Next Start a machine