useDeletePausedAgentRuntime
Agent Runtimes / hooks/useCheckpoints / useDeletePausedAgentRuntime
Function: useDeletePausedAgentRuntime()
useDeletePausedAgentRuntime():
UseMutationResult<any,Error,string,unknown>
Defined in: hooks/useCheckpoints.ts:132
Hook to delete a paused agent runtime.
Paused agents have no K8s pod — their state lives entirely in Solr
checkpoint records. This calls the dedicated
DELETE /runtimes/{podName}/paused endpoint which removes those
Solr records.
Returns
UseMutationResult<any, Error, string, unknown>