Hanzo
OpenapiMarketplace

Uninstall deactivates one tool for the caller's own org and project, so it…

Uninstall deactivates one tool for the caller's own org and project, so it stops being dispatchable there.

POST /v1/marketplace/uninstall

Addresshttps://api.hanzo.ai/v1/marketplace/uninstall
MethodPOST
Operationpost_marketplace_uninstall
AuthAuthorization: Bearer $HANZO_API_KEY

Uninstall deactivates one tool for the caller's own org and project, so it stops being dispatchable there. It is the exact inverse of install and touches the same activation record; deactivating something that was never active is not an error. The listing itself is untouched — this withdraws the caller's use of a capability, not anyone's offer of it.

Request

1 field, body application/json (required).

FieldInTypeRequiredDescription
toolbodystringTool is the registry name of the capability to activate (or deactivate) for the caller's own org and project.

Response

StatusBodyMeaning
200installStateok

200 body — 2 fields.

FieldInTypeAlwaysDescription
installedbodybooleanInstalled is its activation after the write.
toolbodystringTool is the capability the write applied to.

Failure carries the platform error shape — see Errors.

Examples

hanzo marketplace uninstall

Marketplace API · All Hanzo APIs · Interactive reference

How is this guide?

On this page