stop_adapter
Stops an adapter on Itential Platform. Handles running adapters gracefully, idempotent for stopped ones, and raises an error for dead or deleted adapters.
Instructions
Stop an adapter on Itential Platform.
Behavior based on current adapter state:
RUNNING: Attempts to stop and waits for STOPPED state
STOPPED: No action taken (already stopped)
DEAD/DELETED: Raises InvalidStateError (cannot stop)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the adapter to stop | |
| timeout | No | Timeout waiting for adapter to stop |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the adapter | |
| state | Yes | Opreational state (DEAD, STOPPED, RUNNING, DELETED) |