Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/model-monitor/v2/api/model/{model_id}/tags \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' { "tagNames": [ "<string>" ] } '
[ { "id": "<string>", "tagName": "<string>" } ]
Adds tags to a DMM model
Request to add tags to a model
Successfully add a tag to a model.
name of tag
Was this page helpful?
Contact support