startAndForget

suspend fun startAndForget(id: String, config: ExecStartConfig = ExecStartConfig()): Result<Unit, ErrorResponse>

Start an exec instance

Starts a previously set up exec instance. If detach is true, this endpoint returns immediately after starting the command.