Create a new sandbox using server defaults.
func (
r *SandboxBoxService) New(ctx context.Context,
body SandboxBoxNewParams,
opts ...option.RequestOption) (res *SandboxBoxNewResponse,
err error
)Create a new sandbox using server defaults. Provide at most one of
snapshot_id or snapshot_name only when booting from a reusable snapshot.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | SandboxBoxNewParams | |
opts* | ...option.RequestOption |