oc sandbox create
Create a new sandbox. Alias: oc create
HTTP API →
Idle timeout in seconds
CPU cores (0 = platform default)
Memory in MB (0 = platform default)
Environment variable
KEY=VALUE (repeatable)Metadata
KEY=VALUE (repeatable)oc sandbox list
List all running sandboxes. Alias: oc ls
HTTP API →
Output columns: ID, TEMPLATE, STATUS, CPU, MEM, AGE
oc sandbox get <id>
Show detailed information for a sandbox. HTTP API →
Output: ID, Template, Status, CPU, Memory, Started, Ends.
oc sandbox kill <id>
Terminate and remove a sandbox. HTTP API →
oc sandbox hibernate <id>
Snapshot VM state and stop the sandbox. Displays snapshot size on success. HTTP API →
oc sandbox wake <id>
Resume a hibernated sandbox. HTTP API →
Idle timeout in seconds after wake