Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
归档一个 Forward Template。
POST /api/v1/forward/templates/{template_id}/archive
Bearer <PAT>
curl -s -X POST 'https://api.qoder.com/api/v1/forward/templates/tmpl_support/archive' \ -H "Authorization: Bearer $QODER_PAT"
{ "type": "template", "id": "tmpl_support", "name": "Support assistant", "description": "Handles customer support requests", "status": "archived", "model": "ultimate", "system": "You are a helpful support assistant.", "tools": [], "mcp_servers": [], "skills": [], "environment_id": "env_support", "vault_ids": [ "vault_crm" ], "files": {}, "environment_variables": { "BASE_MODE": "support" }, "metadata": {}, "created_at": "2026-06-18T10:00:00Z", "updated_at": "2026-06-18T10:30:00Z" }
status
archived
not_found_error
conflict_error
authentication_error
authentication_required