stop-machine
Halt an active VM on local or cloud to free compute resources; the machine stays available for later restart.
Instructions
Stop a running machine (it can be started again with create-machine's name or the CLI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Machine name | |
| target | No | Which fleet to talk to. local is smolvm serve on this host; cloud is smol cloud at SMOL_CLOUD_URL. | local |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| pid | Yes | ||
| cpus | Yes | ||
| name | Yes | ||
| image | Yes | ||
| state | Yes | ||
| network | Yes | ||
| memoryMb | Yes | ||
| createdAt | Yes |