Support API Key Authentication

Get all pods

Endpoint to get all available pods.

get/pods

Query parameters

machine_namesstring nullable
price_ltenumber nullable
price_gtenumber nullable
gpu_count_lteinteger nullable
gpu_count_gteinteger nullable
latnumber nullable
lonnumber nullable
max_distance_milenumber nullable
bookmarkedboolean nullable
machine_request_idstring nullable
collateral_depositedboolean nullable
ncu_profiling_enabledboolean nullable
only_favoritesboolean nullable

Response

Pods retrieved successfully

executor_idstring uuid required
pod_namestring required
ssh_connect_cmdstring required
gpu_namestring required
gpu_countstring required
cpu_namestring required
cpu_countinteger required
ram_totalinteger required
statusstring required
is_favoriteboolean nullable required
updated_atstring date-time nullable required
created_atstring date-time nullable required
removal_scheduled_atstring date-time nullable required
termination_hoursinteger nullable required
jupyter_installation_status'INSTALLING' | 'SUCCESS' | 'FAILED' required
jupyter_urlstring nullable required
enable_jupyterboolean nullable required
enable_volume_encryptionboolean nullable required
volume_encryption_status'ENABLED' | 'UNSUPPORTED_IMAGE' | 'DISABLED' | 'FAILED' required
pricenumber nullable
cluster_idstring uuid nullable
cluster_node_indexinteger nullable
idstring uuid required
skip_add_agent_ssh_keyboolean nullable
cluster_overlay_ipstring nullable required

This node's address on the cluster's private overlay — where its peers reach it.

Changes

No recorded changes to this endpoint across all 1 revision of this API.