Start a stopped or failed Firecracker sandbox.
func (
r *SandboxBoxService) Start(ctx context.Context,
name string,
opts ...option.RequestOption) (res *SandboxBoxStartResponse,
err error
)Start a stopped or failed Firecracker sandbox. This endpoint is not idempotent; it returns 202 immediately, then you can poll status for readiness.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
name* | string | |
opts* | ...option.RequestOption |