useAgentRuntimeByPodName
Agent Runtimes / hooks/useAgentRuntimes / useAgentRuntimeByPodName
Function: useAgentRuntimeByPodName()
useAgentRuntimeByPodName(
podName):UseQueryResult<AgentRuntimeData,Error>
Defined in: hooks/useAgentRuntimes.ts:599
Hook to fetch a single agent runtime by pod name.
Parameters
podName
string | undefined
Returns
UseQueryResult<AgentRuntimeData, Error>