Artifacts
Deletes a model version to artifact link.
Args: model_version_id: ID of the model version containing the link. model_version_artifact_link_name_or_id: name or ID of the model version to artifact link to be deleted.
Authorizations
Path parameters
model_version_idstring · uuidrequired
model_version_artifact_link_name_or_idany ofrequired
Responses
application/json
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
404
422
No body
Deletes all model version to artifact links.
Args: model_version_id: ID of the model version containing links. only_links: Whether to only delete the link to the artifact.
Authorizations
Path parameters
model_version_idstring · uuidrequired
Query parameters
only_linksboolean · default: trueoptional
Responses
application/json
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
404
422
No body
Last updated
Was this helpful?