curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/model/checkpoints/{checkpoint_id}/load' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Load checkpoint (restore model state)
Required scope: models:manage
POST
/
api
/
v1
/
model
/
checkpoints
/
{checkpoint_id}
/
load
curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/model/checkpoints/{checkpoint_id}/load' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Required scope:
models:manage
Path parameters
string
required
Checkpoint identifier
Response
No response body. Checkpoint loaded.Status codes
| Code | Meaning |
|---|---|
200 | Checkpoint loaded |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | Checkpoint not found |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/model/checkpoints/{checkpoint_id}/load' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Last modified on August 31, 2026