DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / ml / model_registry / graphql / mutations / destroy_model.mutation.graphql
12345
mutation deleteModel($projectPath: ID!, $id: MlModelID!) { mlModelDelete(input: { projectPath: $projectPath, id: $id }) { errors } }