ic_prints_cancel
ActiveTool of Immersive Commons
Cancel YOUR OWN print request while it's still pending or accepted (once it's printing, talk to the farm). Args: { request_id, note? }. Returns: { ok, request }. Required scope: prints:submit (ft-member+; submitter only).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"request_id"
],
"properties": {
"note": {
"type": "string",
"maxLength": 2000,
"description": "Why you're canceling (helps the farm)."
},
"request_id": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "The request id (pj_...) to cancel."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries