Stop Adapter
stop_adapterStop a running adapter on Itential Platform. Waits for stop confirmation; no action if already stopped; raises error if adapter is dead or deleted.
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) |