Platform

Platform

Pods

Pods — sandboxed compute workloads with a start/stop lifecycle.

Endpoints

Runs live against the backend
  • GET/api/v1/pods/List pods
  • POST/api/v1/pods/Create a pod
  • GET/api/v1/pods/{pod_id}Get a pod
  • PATCH/api/v1/pods/{pod_id}Update a pod
  • POST/api/v1/pods/{pod_id}/startStart a pod
  • POST/api/v1/pods/{pod_id}/stopStop a pod
  • DELETE/api/v1/pods/{pod_id}Delete a pod

Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.