Update run tags
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/tags/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"tags": [
"production",
"v2"
]
}
'{
"success": true
}Runs
Update run tags
Replaces all tags on a run with the provided tags.
POST
/
api
/
runs
/
tags
/
update
Update run tags
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/tags/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"tags": [
"production",
"v2"
]
}
'{
"success": true
}Was this page helpful?
⌘I