Ask a question to get started
Enter to send•Shift+Enter new line
Create a new Sandbox Pool.
Pools pre-provision sandboxes from a template for faster startup.
create_pool( self, name: str, template_name: str, replicas: int, *, timeout: int = 30 ) -> Pool
name
str
Pool name (lowercase letters, numbers, hyphens; max 63 chars).
template_name
Name of the SandboxTemplate to use (no volume mounts).
replicas
int
Number of sandboxes to pre-provision (1-100).
timeout
30
Timeout in seconds when waiting for ready (10-600).