Stop a ready Firecracker sandbox.
func (
r *SandboxBoxService) Stop(ctx context.Context,
name string,
opts ...option.RequestOption) (err error
)Stop a ready Firecracker sandbox. This endpoint is not idempotent; the rootfs is preserved on JuiceFS for later restart.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
name* | string | |
opts* | ...option.RequestOption |