Skip to main content
POST
/
api
/
model-families
/
lifecycle
Family lifecycle action
curl --request POST \
  --url https://console.neuronsearchlab.com/api/model-families/lifecycle \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "family_id": 123,
  "action": "promote",
  "model_id": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Body

application/json
family_id
integer
required
action
enum<string>
required
Available options:
promote,
deprecate,
retire
model_id
integer

Response

Lifecycle result

The response is of type object.