Machines
Provision, manage, and control cloud development machines
Machines are GPU-powered dev environments with SSH access, auto-stop on idle, and lifecycle management (start/stop/delete). Read operations use /{'{namespace}'}/machines, write operations go through /auth/v1/seed/.
Endpoints
- List machines
- Get a machine
- Get machine logs
- Get machine analytics
- Create a machine
- Update a machine
- Start a machine
- Stop a machine
- Delete a machine
Error responses
All machine endpoints may return the following errors:
| Status | Description |
|---|---|
| 400 | Bad request -- invalid parameters or configuration |
| 401 | Unauthorized -- missing or invalid credentials |
| 403 | Forbidden -- insufficient permissions |
| 404 | Not found -- machine does not exist |
| 409 | Conflict -- machine is in an incompatible state for this action |
| 422 | Unprocessable entity -- invalid GPU/CPU/memory combination |
| 429 | Rate limit exceeded |
| 500 | Internal server error -- Seed orchestration failure |
Previous → Repositories
Next Overview →