MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / CancelDeploy

Method CancelDeploy

controller/ai-local/controller.go:16–16  ·  view source on GitHub ↗
(ctx *gin.Context, input *ai_local_dto.CancelDeploy)

Source from the content-addressed store, hash-verified

14 Deploy(ctx *gin.Context)
15 DeployStart(ctx *gin.Context, input *ai_local_dto.DeployInput) error
16 CancelDeploy(ctx *gin.Context, input *ai_local_dto.CancelDeploy) error
17 RemoveModel(ctx *gin.Context, model string) error
18 Update(ctx *gin.Context, model string, input *ai_local_dto.Update) error
19 State(ctx *gin.Context, model string) (*ai_local_dto.DeployState, *ai_local_dto.ModelInfo, error)

Callers 1

CancelDeployMethod · 0.65

Implementers 1

imlLocalModelControllercontroller/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected