Clean prepared cache
Cleans cache material for a prepared manifest. Use this to remove obsolete resolved artifacts while keeping cache management inside the supervisor API instead of deleting launcher files directly.
Cleans cache material for a prepared manifest. Use this to remove obsolete resolved artifacts while keeping cache management inside the supervisor API instead of deleting launcher files directly.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/cache:cleanup" \ -H "Content-Type: application/json" \ -d '{ "manifest": "string" }'{ "manifest": "string", "deleted": [ "string" ], "missing": [ "string" ], "status": "string"}{ "code": "string", "message": "string"}API Reference
Static reference generated from the Craftless supervisor OpenAPI contract.
Export prepared cache POST
Exports prepared cache material into an archive or manifest-oriented artifact set. Use this for repeatable CI, distribution, or offline preparation after cache preparation has resolved the runtime inputs.