aap_remove_host_from_group
Disassociate a host from an Ansible Automation Platform group using group and host IDs, without deleting the host.
Instructions
Remove a host from a group (disassociate, not delete the host).
Args: params (RemoveHostFromGroupInput): - group_id (int): Group ID - host_id (int): Host ID to remove
Returns: str: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |