Method + Path
Authentication
Include your PIN API token or JWT in theAuthorization header as a Bearer token.
Path parameters
string
required
The model identifier (e.g.,
md_abc123def456).Request body
No request body is required.Request example
Response
Returns a standard PIN success envelope with the reload result.integer
required
0 on success, nonzero on error.object
required
string
Human-readable message (empty on success).
Example response
Reload requirements
A model can only be reloaded if all of the following are true:- The model was produced by an ariapin training job (
job_idis set). - The source training job still exists in the database.
- The source job is bound to an active agent (
agent_idis not empty).