Skip to content

reject_model_share_request

Reject a pending model share request. Records the rejection in the audit trail; no model code is written to any repo.

NameTypeRequiredDefaultDescription
request_idstrYesUUID of the pending share request to reject
  • request_id (string)
  • status (string) — always "rejected" on success
  • updated_at (string) — ISO 8601 timestamp
{
"name": "reject_model_share_request",
"arguments": {
"request_id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
}
}
{
"request_id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
"status": "rejected",
"updated_at": "2026-05-09T11:05:00+00:00"
}
  • Module: Sharing
  • Requires authentication via API token or Auth0 JWT.
  • Caller must be authenticated as a member of the target tenant.