APIMLUpdate mutable metadata (name, system prompt) for a custom ML model owned by the caller's organization

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • bodyapplication/json

    object
    optional
    Object Properties

Returns

put
/ml/custom/models/{id}
$ curl -X PUT "https://api.zoo.dev/ml/custom/models/{id}" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{}'
200 OK
Response
{}