Delete a Model Version Stage Transition Request
Source:R/mlflow-databricks.R
db_mlflow_model_delete_transition_req.Rd
Delete a Model Version Stage Transition Request
Arguments
- name
Name of the model.
- version
Version of the model.
- stage
Target stage of the transition. Valid values are:
None
,Staging
,Production
,Archived
.- creator
Username of the user who created this request. Of the transition requests matching the specified details, only the one transition created by this user will be deleted.
- comment
User-provided comment on the action.
- host
Databricks workspace URL, defaults to calling
db_host()
.- token
Databricks workspace token, defaults to calling
db_token()
.- perform_request
If
TRUE
(default) the request is performed, ifFALSE
the httr2 request is returned without being performed.
See also
Other Model Registry API:
db_mlflow_model_approve_transition_req()
,
db_mlflow_model_open_transition_reqs()
,
db_mlflow_model_reject_transition_req()
,
db_mlflow_model_transition_req()
,
db_mlflow_model_transition_stage()
,
db_mlflow_model_version_comment()
,
db_mlflow_model_version_comment_delete()
,
db_mlflow_model_version_comment_edit()
,
db_mlflow_registered_model_details()