curl --request POST \
--url https://{controlPlaneURL}/api/ml/v1/artifact-versions/mark-stage-failure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{}API reference for mark stage failure, covering request parameters, responses, and examples for integrating with TrueFoundry.
curl --request POST \
--url https://{controlPlaneURL}/api/ml/v1/artifact-versions/mark-stage-failure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{}Was this page helpful?