cldkctl_registry_artifact_stop_scan
Stop scanning a specific artifact in the registry by providing its unique ID using the MCP cldkctl Server, ensuring immediate interruption of the scan process.
Instructions
Call the cldkctl_registry_artifact_stop_scan endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
artifact_id | Yes | Artifact ID |
Input Schema (JSON Schema)
{
"properties": {
"artifact_id": {
"description": "Artifact ID",
"type": "string"
}
},
"required": [
"artifact_id"
],
"type": "object"
}