Starts or resumes the sandbox referenced by the thread and returns when it is.
func (
r *FleetThreadService) ActivateSandbox(ctx context.Context,
threadID string,
opts ...option.RequestOption) (res *FleetThreadActivateSandboxResponse,
err error
)Starts or resumes the sandbox referenced by the thread and returns when it is ready. The operation is idempotent. The thread must include sandbox.sandbox_slug.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
threadID* | string | |
opts* | ...option.RequestOption |