Overview
/
Developer Tools
/
API Reference
/
ML
/
Update Mutable Metadata (Name%2C System Prompt) For A Custom Ml Model Owned By The Caller'S Organization

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

Path parameters

  • /{id}

    stringUUID
    //

HTTP Request

  • application/json

    //
    • name:

      string,
      //
    • system_prompt:

      string
      //
    }

Response

  • 200 OK
    • //
      • created_at:

        stringISO-8601,
        //
      • id:

        stringUUID,
        //
      • name:

        string,
        //
      • org_id:

        stringUUID,
        //
      • system_prompt:

        string,
        //
      • updated_at:

        stringISO-8601
        //
      }

Examples

put
/ml/custom/models/{id}
200 OK
Response