RemoteCodeApprovalView
Cluster approval state for one immutable model-card identity.
card_idCard Id (string)required
Signed registry card ID or content-derived local identity for an unsigned/custom card.
Possible values: Value must match regular expression ^(?:card|local)_[a-z2-7]{52}$
approved_for_clusterApproved For Cluster (boolean)required
Whether cluster Settings permit the card to download or execute repository code on every node.
approved_on_this_nodeApproved On This Node (boolean)requireddeprecated
Deprecated compatibility alias for approved_for_cluster; trust decisions are synchronized across the cluster.
RemoteCodeApprovalView
{
"card_id": "string",
"approved_for_cluster": true
}