MCPcopy
hub / github.com/livekit/livekit / TerminateJob

Method TerminateJob

pkg/agent/client.go:54–54  ·  view source on GitHub ↗
(ctx context.Context, jobID string, reason rpc.JobTerminateReason)

Source from the content-addressed store, hash-verified

52 // it will launch a job once for each worker in each namespace
53 LaunchJob(ctx context.Context, desc *JobRequest) *serverutils.IncrementalDispatcher[*livekit.Job]
54 TerminateJob(ctx context.Context, jobID string, reason rpc.JobTerminateReason) (*livekit.JobState, error)
55 Stop() error
56}
57

Callers 3

JobTerminateMethod · 0.65
DeleteAgentDispatchMethod · 0.65
RemoveParticipantMethod · 0.65

Implementers 1

agentClientpkg/agent/client.go

Calls

no outgoing calls

Tested by

no test coverage detected