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.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
request_id | str | Yes | — | UUID of the pending share request to reject |
Returns
Section titled “Returns”request_id(string)status(string) — always"rejected"on successupdated_at(string) — ISO 8601 timestamp
Example
Section titled “Example”Tool Call
Section titled “Tool Call”{ "name": "reject_model_share_request", "arguments": { "request_id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" }}Response
Section titled “Response”{ "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.