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