start Interactive
suspend fun startInteractive(id: String, consoleSize: Pair<Int, Int>? = null): Result<ExecSession, ErrorResponse>
Start an exec instance
Starts a previously set up exec instance. If detach is true, this endpoint returns immediately after starting the command.