delete_catalog_alias
Remove a catalog alias without deleting the target catalog. Specify hostname and alias name to get deletion status in return.
Instructions
Delete a catalog alias. The target catalog is NOT deleted.
Args: hostname: Server hostname (e.g., "www.eye-ai.org"). alias_name: The alias identifier to delete.
Returns: JSON with deletion status.
Example: delete_catalog_alias("localhost", "my-project") -> {"status": "deleted", "alias": "my-project"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | ||
| alias_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |